summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2021-11-11 05:04:56 +0000
committerEvgeny Vereshchagin <evvers@ya.ru>2021-11-11 10:32:02 +0000
commit3fec0e6cbfbfa17e018d88efbdf2e7a9231f364b (patch)
treeda8e986f526204a7a89e289f56865a2422fef4aa
parent5570313421a27bd8a7a7e04de975e64769df8cf8 (diff)
downloadsystemd-3fec0e6cbfbfa17e018d88efbdf2e7a9231f364b.tar.gz
ci: pin some workflows to SHAs
to let Dependabot keep track of them using SHAs codeql-actions doesn't point to SHAs because it isn't clear whether Dependabot supports their release cycle mentioned at https://github.com/github/codeql-action/issues/307
-rw-r--r--.github/workflows/build_test.yml2
-rw-r--r--.github/workflows/cifuzz.yml2
-rw-r--r--.github/workflows/linter.yml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml
index ae03f591b3..5f2959871b 100644
--- a/.github/workflows/build_test.yml
+++ b/.github/workflows/build_test.yml
@@ -30,6 +30,6 @@ jobs:
env: ${{ matrix.env }}
steps:
- name: Repository checkout
- uses: actions/checkout@v1
+ uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
- name: Build check (${{ env.COMPILER }}-${{ env.COMPILER_VERSION }})
run: sudo -E .github/workflows/build_test.sh
diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml
index 730bf9d8e6..2b5dba1757 100644
--- a/.github/workflows/cifuzz.yml
+++ b/.github/workflows/cifuzz.yml
@@ -44,7 +44,7 @@ jobs:
dry-run: false
sanitizer: ${{ matrix.sanitizer }}
- name: Upload Crash
- uses: actions/upload-artifact@v1
+ uses: actions/upload-artifact@27121b0bdffd731efa15d66772be8dc71245d074
if: failure() && steps.build.outcome == 'success'
with:
name: ${{ matrix.sanitizer }}-artifacts
diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml
index 2c3c58ad58..cb12b0a5d1 100644
--- a/.github/workflows/linter.yml
+++ b/.github/workflows/linter.yml
@@ -25,7 +25,7 @@ jobs:
fetch-depth: 0
- name: Lint Code Base
- uses: github/super-linter@v3
+ uses: github/super-linter@fd9c4286d3de3fdd9258a395570cae287f13f974
env:
DEFAULT_BRANCH: main
# Excludes: