Skip to content

Commit

Permalink
refactor: not pinning CI/CD dependencies (#67)
Browse files Browse the repository at this point in the history
* refactor: not pinning CI/CD dependencies

inspired by dependabot/fetch-metadata#246

* Restore 00-scan-secrets.yml
  • Loading branch information
mfranzke committed Oct 5, 2022
1 parent 7d70fca commit d1936c8
Showing 1 changed file with 1 addition and 1 deletion.
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.4
uses: dependabot/fetch-metadata@v1
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"

Expand Down

0 comments on commit d1936c8

Please sign in to comment.