Skip to content

Commit 6cbe8a4

Browse files
authored
[DEVI-254] Pin external actions libs into correct shas (#7)
1 parent e86252f commit 6cbe8a4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/mypy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
runs-on: ubuntu-20.04
1919
steps:
2020
# Checkout the code
21-
- uses: actions/checkout@v2
22-
- uses: jpetrucciani/mypy-check@master
21+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
22+
- uses: jpetrucciani/mypy-check@f5346c698c77f7365182de7e20ea71f85b1fe8cf # v1.15.0
2323
with:
2424
requirements: 1.6.0
2525
python_version: 3.8
2626
path: 'python/runfiles'
27-
- uses: jpetrucciani/mypy-check@master
27+
- uses: jpetrucciani/mypy-check@f5346c698c77f7365182de7e20ea71f85b1fe8cf # v1.15.0
2828
with:
2929
requirements: 1.6.0
3030
python_version: 3.8

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@v2
28+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2929
- name: Create release archive and notes
3030
run: .github/workflows/create_archive_and_notes.sh
3131
- name: Publish wheel dist
@@ -37,7 +37,7 @@ jobs:
3737
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
3838
run: bazel run --stamp --embed_label=${{ github.ref_name }} //python/runfiles:wheel.publish
3939
- name: Release
40-
uses: softprops/action-gh-release@v1
40+
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1
4141
with:
4242
# Use GH feature to populate the changelog automatically
4343
generate_release_notes: true

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727

2828
steps:
29-
- uses: actions/stale@v3
29+
- uses: actions/stale@98ed4cb500039dbcccf4bd9bedada4d0187f2757 # v3
3030
with:
3131
repo-token: ${{ secrets.GITHUB_TOKEN }}
3232

0 commit comments

Comments
 (0)