We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 010d49a commit 9e1fe57Copy full SHA for 9e1fe57
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
GODEBUG: "x509sha1=1,tls10default=1"
18
steps:
19
- name: Checkout repository
20
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
+ uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
21
- uses: prometheus/promci@45166329da36d74895901808f1c8c97efafc7f84 # v0.3.0
22
- uses: ./.github/promci/actions/setup_environment
23
- run: make test
.github/workflows/codeql-analysis.yml
@@ -35,7 +35,7 @@ jobs:
35
36
37
38
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
39
40
# Initializes the CodeQL tools for scanning.
41
- name: Initialize CodeQL
0 commit comments