We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1ca946 commit 386b3b8Copy full SHA for 386b3b8
.github/workflows/analysis.yml
@@ -34,6 +34,6 @@ jobs:
34
severity: "CRITICAL,HIGH"
35
36
- name: Upload Trivy scan results to GitHub Security tab
37
- uses: github/codeql-action/upload-sarif@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4
+ uses: github/codeql-action/upload-sarif@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4
38
with:
39
sarif_file: "trivy-results.sarif"
.github/workflows/merge.yml
@@ -83,7 +83,7 @@ jobs:
83
runs-on: ubuntu-24.04
84
steps:
85
- name: Create Release
86
- uses: softprops/action-gh-release@aec2ec56f94eb8180ceec724245f64ef008b89f5 # v2
+ uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2
87
continue-on-error: true
88
env:
89
GITHUB_TOKEN: ${{ github.token }}
0 commit comments