File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments