Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6cbe8a4

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

File tree

3 files changed

+6
-6
lines changed
Filter options

3 files changed

+6
-6
lines changed

‎.github/workflows/mypy.yaml

Copy file name to clipboardExpand all lines: .github/workflows/mypy.yaml
+3-3Lines 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

Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+2-2Lines 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

Copy file name to clipboardExpand all lines: .github/workflows/stale.yml
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.