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 @@ -16,10 +16,10 @@ jobs:
1616 runs-on : ubuntu-latest
1717
1818 steps :
19- - uses : actions/checkout@v3
19+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
2020
2121 - name : Set up Python 3.11
22- uses : actions/setup-python@v4
22+ uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
2323 with :
2424 python-version : " 3.11"
2525
9797 name : test-results
9898 path : .pytest_cache
9999
100-
100+
Original file line number Diff line number Diff line change 1010 needs :
1111 - create-github-release
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1414 - name : Set up Python
1515 uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
1616 with :
Original file line number Diff line number Diff line change 1414 permissions : write-all
1515 steps :
1616 - name : Check out code
17- uses : actions/checkout@v3
17+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1818
1919 - name : Extract version from prismacloud/cli/version.py
2020 run : |
3333 needs :
3434 - create-github-release
3535 steps :
36- - uses : actions/checkout@v3
36+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
3737 - name : Set up Python
3838 uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
3939 with :
You can’t perform that action at this time.
0 commit comments