summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2021-11-12 20:51:26 +0000
committerGitHub <noreply@github.com>2021-11-12 20:51:26 +0000
commit59f5d2f4318baec72a81a0dfc5e250dae7f7dec8 (patch)
tree29eb68310e26cb22ebdeaabde1410b90ca83b109
parent006d1864fb7f7a880e8bb22ad7547a3c2fcb1db8 (diff)
parent3fec0e6cbfbfa17e018d88efbdf2e7a9231f364b (diff)
downloadsystemd-59f5d2f4318baec72a81a0dfc5e250dae7f7dec8.tar.gz
Merge pull request #21316 from evverx/pin-labeler
ci: pin labeler
-rw-r--r--.github/dependabot.yml6
-rw-r--r--.github/workflows/build_test.yml2
-rw-r--r--.github/workflows/cifuzz.yml2
-rw-r--r--.github/workflows/labeler.yml2
-rw-r--r--.github/workflows/linter.yml2
5 files changed, 10 insertions, 4 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000000..123014908b
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,6 @@
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "daily"
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/labeler.yml b/.github/workflows/labeler.yml
index aad5d2157f..ee238c2fa7 100644
--- a/.github/workflows/labeler.yml
+++ b/.github/workflows/labeler.yml
@@ -11,7 +11,7 @@ jobs:
triage:
runs-on: ubuntu-latest
steps:
- - uses: actions/labeler@main
+ - uses: actions/labeler@69da01b8e0929f147b8943611bee75ee4175a49e
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler.yml
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: