Skip to content

Commit 4e34f0a

Browse files
committed
Bump versions for github actions
The action skipped is the `golangci/golangci-lint-action` since upgrading that one will also upgrade the golangci-lint version to v2, which has some breaking changes.
1 parent 110eedc commit 4e34f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependabot-vulns-to-slack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Notify Vulnerabilities
15-
uses: kunalnagarco/action-cve@eb9224fc98e6eb9fbab701232c074a8d7c1598ca
15+
uses: kunalnagarco/action-cve@de3f42dfceaaff2abdee84454a0db2c7b93c06ce
1616
with:
1717
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
1818
slack_webhook: ${{ secrets.SLACK_WEBHOOK }}

0 commit comments

Comments
 (0)