Skip to content

Commit 802fcb6

Browse files
committed
Use debian:stable as base for container
Signed-off-by: Christian Glusa <caglusa@sandia.gov>
1 parent 4b6fc47 commit 802fcb6

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Pull ccache cache
6363
if: always()
6464
id: ccache-restore
65-
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
65+
uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
6666
with:
6767
path: /home/runner/.cache/ccache
6868
key: ccache-${{ env.BUILD_IDENTIFIER }}
@@ -102,7 +102,7 @@ jobs:
102102

103103
- name: Push ccache cache
104104
if: always()
105-
uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
105+
uses: actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
106106
with:
107107
path: /home/runner/.cache/ccache
108108
key: ccache-${{ env.BUILD_IDENTIFIER }}
@@ -128,7 +128,7 @@ jobs:
128128
mv cython-lint.xml cython-lint-${{ env.BUILD_IDENTIFIER }}.xml
129129
130130
- name: Archive results
131-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
131+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
132132
if: always()
133133
with:
134134
name: Results (${{ env.BUILD_PRETTY_IDENTIFIER }})
@@ -178,7 +178,7 @@ jobs:
178178
- name: Pull ccache cache
179179
if: always()
180180
id: ccache-restore
181-
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
181+
uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
182182
with:
183183
path: /Users/runner/Library/Caches/ccache
184184
key: ccache-${{ runner.os }}-${{ matrix.py-version }}
@@ -222,7 +222,7 @@ jobs:
222222

223223
- name: Push ccache cache
224224
if: always()
225-
uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
225+
uses: actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
226226
with:
227227
path: /Users/runner/Library/Caches/ccache
228228
key: ccache-${{ runner.os }}-${{ matrix.py-version }}
@@ -248,7 +248,7 @@ jobs:
248248
mv cython-lint.xml cython-lint-${{ runner.os }}-${{ matrix.py-version }}.xml
249249
250250
- name: Archive results
251-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
251+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
252252
if: always()
253253
with:
254254
name: Results ${{ github.job }}

.github/workflows/documentation-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
egress-policy: audit
3030

3131
- name: Check out repo
32-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
32+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
3333

3434
- name: Pull ccache cache
3535
id: ccache-restore
36-
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
36+
uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
3737
with:
3838
path: /home/runner/.cache/ccache
3939
key: ccache-documentation-ci
@@ -64,7 +64,7 @@ jobs:
6464
continue-on-error: true
6565

6666
- name: Push ccache cache
67-
uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
67+
uses: actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
6868
with:
6969
path: /home/runner/.cache/ccache
7070
key: ccache-documentation-ci
@@ -74,6 +74,6 @@ jobs:
7474
make docs
7575
7676
- name: Upload artifact
77-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
77+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
7878
with:
7979
path: 'docs/build'

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Pull ccache cache
3636
id: ccache-restore
37-
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
37+
uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
3838
with:
3939
path: /home/runner/.cache/ccache
4040
key: ccache
@@ -65,7 +65,7 @@ jobs:
6565
continue-on-error: true
6666

6767
- name: Push ccache cache
68-
uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
68+
uses: actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
6969
with:
7070
path: /home/runner/.cache/ccache
7171
key: ccache

.github/workflows/scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ jobs:
4646
publish_results: true
4747

4848
- name: "Upload artifact"
49-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
49+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
5050
with:
5151
name: SARIF file
5252
path: results.sarif
5353
retention-days: 5
5454

5555
- name: "Upload to code-scanning"
56-
uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
56+
uses: github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
5757
with:
5858
sarif_file: results.sarif

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# AUTHOR: Christian Glusa
44

55
# Base docker image
6-
FROM debian:testing
6+
FROM debian:stable
77
LABEL maintainer Christian Glusa
88

99
# install packages needed for build

0 commit comments

Comments
 (0)