Skip to content

Commit b92fb34

Browse files
authored
Merge pull request #105 from tweag/renovate/actions-checkout-5.x
chore(deps): update actions/checkout action to v5
2 parents 1ae9e18 + 3374c40 commit b92fb34

File tree

3 files changed

+8
-16
lines changed

3 files changed

+8
-16
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
exit 1
2525
fi
2626
- name: Checkout
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2828
with:
2929
ref: master # only create releases from main branch
3030
- name: Read section from CHANGELOG.md
3131
id: extract-changelog
32-
uses: sean0x42/markdown-extract@v2
32+
uses: sean0x42/markdown-extract@7b185cbe85263116bbf741e739e7198ba86465dc # v2.1.0
3333
with:
3434
file: CHANGELOG.md
3535
pattern: ${{ inputs.version }}

.github/workflows/workflow.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,28 +26,28 @@ jobs:
2626
shell: bash
2727
runs-on: ${{ matrix.os }}
2828
steps:
29-
- uses: actions/checkout@v4
30-
- uses: tweag/configure-bazel-remote-cache-auth@v0
29+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
30+
- uses: tweag/configure-bazel-remote-cache-auth@144b0b915f13a418f5eafe2f68d19564ec136c62 # v0.1.1
3131
with:
3232
buildbuddy_api_key: ${{ secrets.BUILDBUDDY_API_KEY }}
3333
bazelrc_path: .bazelrc.auth
34-
- uses: extractions/netrc@v2
34+
- uses: extractions/netrc@f6f1722d05ce2890aa86fd9654565b1214ac53a4 # v2.0.1
3535
with:
3636
machine: api.github.com
3737
password: ${{ secrets.GITHUB_TOKEN }}
3838
- name: Configure for CI
39-
uses: tweag/write-bazelrc@v0
39+
uses: tweag/write-bazelrc@b1f117f25f2042ecdc708026eadd23bf825bc98a # v0.1.1
4040
with:
4141
content: build --config=ci
4242
- name: Disable stardoc
4343
# Windows: Stardoc complains about docstring quote indentation on Windows.
4444
# bzlmod: Stardoc does not work with bzlmod.
4545
if: ${{ runner.os == 'Windows' || matrix.bazel_mode == 'module' }}
46-
uses: tweag/write-bazelrc@v0
46+
uses: tweag/write-bazelrc@b1f117f25f2042ecdc708026eadd23bf825bc98a # v0.1.1
4747
with:
4848
content: build --config=no-stardoc
4949
- name: Enable bzlmod
50-
uses: tweag/write-bazelrc@v0
50+
uses: tweag/write-bazelrc@b1f117f25f2042ecdc708026eadd23bf825bc98a # v0.1.1
5151
if: ${{ matrix.bazel_mode == 'module' }}
5252
with:
5353
content: build --enable_bzlmod

0 commit comments

Comments
 (0)