File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ jobs:
136
136
137
137
# Check for any typos
138
138
- name : Check for typos
139
- uses : crate-ci/typos@v1.16.22
139
+ uses : crate-ci/typos@v1.16.23
140
140
with :
141
141
config : .github/workflows/typos.toml
142
142
Original file line number Diff line number Diff line change 38
38
echo "tag=${tag}" >> $GITHUB_OUTPUT
39
39
40
40
- name : Install Nix
41
- uses : DeterminateSystems/nix-installer-action@v6
41
+ uses : DeterminateSystems/nix-installer-action@v7
42
42
43
43
- name : Run the Magic Nix Cache
44
44
uses : DeterminateSystems/magic-nix-cache-action@v2
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ jobs:
122
122
image_name : ${{ steps.build.outputs.image }}
123
123
124
124
- name : Run Trivy vulnerability scanner
125
- uses : aquasecurity/trivy-action@f78e9ecf42a1271402d4f484518b9313235990e1
125
+ uses : aquasecurity/trivy-action@2b6a709cf9c4025c5438138008beaddbb02086f0
126
126
with :
127
127
image-ref : ${{ steps.build.outputs.image }}
128
128
format : sarif
Original file line number Diff line number Diff line change 31
31
# Start with the oldest issues, always.
32
32
ascending : true
33
33
- name : " Close old issues labeled likely-no"
34
- uses : actions/github-script@v5
34
+ uses : actions/github-script@v6
35
35
with :
36
36
github-token : ${{ secrets.GITHUB_TOKEN }}
37
37
script : |
You can’t perform that action at this time.
0 commit comments