Skip to content

Commit

Permalink
refactor: not pinning CI/CD dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke committed Oct 2, 2022
1 parent a602b98 commit f4c3b33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/00-scan-secrets.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
id: extract_branch

- name: 🐷 TruffleHog OSS
uses: trufflesecurity/trufflehog@v3.13.0
uses: trufflesecurity/trufflehog@v3
with:
path: ./
base: ${{ steps.extract_branch.outputs.branch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/99-auto-merge.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- name: ⬇ Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v1.3.3
uses: dependabot/fetch-metadata@v1
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"

Expand Down

0 comments on commit f4c3b33

Please sign in to comment.