We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34195f9 commit d3cad79Copy full SHA for d3cad79
.github/workflows/00_trivy_scan.yaml
@@ -26,7 +26,7 @@ jobs:
26
security-events: write # push sarif to github security
27
name: Security scan of ${{ github.event.repository.name }}
28
steps:
29
- - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 #v4.2.1
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
30
with:
31
fetch-depth: 0
32
repository: ${{ github.event.repository.full_name }}
.github/workflows/02_release.yaml
@@ -17,7 +17,7 @@ jobs:
17
name: Release
18
runs-on: ubuntu-latest
19
20
21
22
23
- uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 #v4.4.0
0 commit comments