We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1671bf1 commit 6e26dadCopy full SHA for 6e26dad
2 files changed
.github/workflows/security.yaml
@@ -43,7 +43,7 @@ jobs:
43
permissions:
44
contents: read # for actions/checkout to fetch code
45
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
46
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
47
steps:
48
- name: Checkout repo
49
uses: actions/checkout@v4
@@ -72,7 +72,7 @@ jobs:
72
73
security-events: write # for github/codeql-action/autobuild to send a status report
74
name: Analyze with CodeQL
75
76
77
78
- name: Checkout repository
.github/workflows/trivy-docker.yaml
@@ -44,7 +44,7 @@ concurrency:
jobs:
trivy-scan-image:
50
- name: Checkout code
0 commit comments