Skip to content

Commit d07c08b

Browse files
authored
Merge pull request crossplane#6153 from crossplane/renovate/main-github-codeql-action-digest
chore(deps): update github/codeql-action digest to aa57810 (main)
2 parents 9f4bfad + 3ef9eb6 commit d07c08b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
run: earthly --strict --remote-cache ghcr.io/crossplane/earthly-cache:${{ github.job }} +ci-codeql
144144

145145
- name: Upload CodeQL Results to GitHub
146-
uses: github/codeql-action/upload-sarif@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3
146+
uses: github/codeql-action/upload-sarif@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3
147147
with:
148148
sarif_file: '_output/codeql/go.sarif'
149149

@@ -169,7 +169,7 @@ jobs:
169169
output: 'trivy-results.sarif'
170170

171171
- name: Upload Trivy Results to GitHub
172-
uses: github/codeql-action/upload-sarif@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3
172+
uses: github/codeql-action/upload-sarif@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3
173173
with:
174174
sarif_file: 'trivy-results.sarif'
175175

.github/workflows/scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
retention-days: 3
130130

131131
- name: Upload Trivy Scan Results To GitHub Security Tab
132-
uses: github/codeql-action/upload-sarif@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3
132+
uses: github/codeql-action/upload-sarif@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3
133133
with:
134134
sarif_file: 'trivy-results.sarif'
135135
category: ${{ matrix.image }}:${{ env.tag }}

0 commit comments

Comments
 (0)