We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 261dca5 commit 08235f2Copy full SHA for 08235f2
1 file changed
.github/workflows/ci.yaml
@@ -24,9 +24,10 @@ jobs:
24
- ubuntu/24.04/ubuntu-minimal/noble
25
- rockylinux/9/rocky-container/9
26
version:
27
- - 1.33.11
28
- - 1.34.7
29
- - 1.35.4
+ - 1.33.12
+ - 1.34.8
+ - 1.35.5
30
+ - 1.36.1
31
steps:
32
- name: Harden the runner (Audit all outbound calls)
33
uses: step-security/harden-runner@9ca718d3bf646d6534007c269a635b3e54cadf99 # v2.19.2
@@ -85,9 +86,10 @@ jobs:
85
86
87
88
89
90
91
92
93
permissions:
94
contents: read
95
0 commit comments