Skip to content

Bump @babel/traverse from 7.20.13 to 7.24.5 in /front-end (#55) #36

Bump @babel/traverse from 7.20.13 to 7.24.5 in /front-end (#55)

Bump @babel/traverse from 7.20.13 to 7.24.5 in /front-end (#55) #36

Workflow file for this run

name: Scan for secrets
on:
push:
tags:
- v*
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: '1.18'
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.head_ref }}
- name: TruffleHog
uses: ./
with:
path: ./
base: ${{ github.event.repository.default_branch }}
head: HEAD