diff options
| author | Patrick Linnane <patrick@linnane.io> | 2025-04-11 19:18:13 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-11 22:18:13 -0400 |
| commit | 503f466ecf21cbe0a11a7ae76547b7440bed283c (patch) | |
| tree | 31af195016d76be70a6ea71f81e43f8d4c482ff7 | |
| parent | 81307bcb5c2100afac3b035d9550f78d67c54863 (diff) | |
| download | anubis-503f466ecf21cbe0a11a7ae76547b7440bed283c.tar.xz anubis-503f466ecf21cbe0a11a7ae76547b7440bed283c.zip | |
workflows: hash pin more Actions (#241)
Signed-off-by: Patrick Linnane <patrick@linnane.io>
| -rw-r--r-- | .github/workflows/package-builds-stable.yml | 8 | ||||
| -rw-r--r-- | .github/workflows/package-builds-unstable.yml | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/.github/workflows/package-builds-stable.yml b/.github/workflows/package-builds-stable.yml index bf78514..70c4d22 100644 --- a/.github/workflows/package-builds-stable.yml +++ b/.github/workflows/package-builds-stable.yml @@ -13,7 +13,7 @@ jobs: #runs-on: alrest-techarohq runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: persist-credentials: false fetch-tags: true @@ -28,7 +28,7 @@ jobs: uses: Homebrew/actions/setup-homebrew@master - name: Setup Homebrew cellar cache - uses: actions/cache@v4 + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 with: path: | /home/linuxbrew/.linuxbrew/Cellar @@ -49,7 +49,7 @@ jobs: brew bundle - name: Setup Golang caches - uses: actions/cache@v4 + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 with: path: | ~/.cache/go-build @@ -78,4 +78,4 @@ jobs: cd var for file in *; do gh release upload $RELEASE $file - done
\ No newline at end of file + done diff --git a/.github/workflows/package-builds-unstable.yml b/.github/workflows/package-builds-unstable.yml index 75449b3..10c7a76 100644 --- a/.github/workflows/package-builds-unstable.yml +++ b/.github/workflows/package-builds-unstable.yml @@ -15,7 +15,7 @@ jobs: #runs-on: alrest-techarohq runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: persist-credentials: false fetch-tags: true @@ -30,7 +30,7 @@ jobs: uses: Homebrew/actions/setup-homebrew@master - name: Setup Homebrew cellar cache - uses: actions/cache@v4 + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 with: path: | /home/linuxbrew/.linuxbrew/Cellar @@ -51,7 +51,7 @@ jobs: brew bundle - name: Setup Golang caches - uses: actions/cache@v4 + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 with: path: | ~/.cache/go-build @@ -70,7 +70,7 @@ jobs: sudo apt -y install -f ./var/yeet.deb yeet - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 with: name: packages - path: var/*
\ No newline at end of file + path: var/* |
