Skip to content

Commit

Permalink
refactor: not pinning CI/CD dependencies (#293)
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 11, 2022
1 parent bf67505 commit 2ddd8b9
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 }}'
- name: ✔ Approve a PR
Expand Down

0 comments on commit 2ddd8b9

Please sign in to comment.