File tree Expand file tree Collapse file tree 9 files changed +16
-16
lines changed
Expand file tree Collapse file tree 9 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ jobs:
2323
2424 steps :
2525 - name : Check out code
26- uses : actions/checkout@v3
26+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
2727 with :
2828 fetch-depth : 2
2929
3030 - name : Setup Node.js environment
31- uses : actions/setup-node@v3
31+ uses : actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3
3232 with :
3333 node-version-file : " .node-version"
3434 cache : " yarn"
3737 run : yarn install --immutable
3838
3939 - name : Cache turbo build setup
40- uses : actions/cache@v3
40+ uses : actions/cache@6f8efc29b200d32929f49075959781ed54ec270c # v3
4141 with :
4242 path : node_modules/.cache/turbo
4343 key : ${{ runner.os }}-turbo-${{ github.sha }}
Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323 steps :
2424 - name : Delete old tag
25- uses : actions/github-script@v7
25+ uses : actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
2626 with :
2727 script : |
2828 github.rest.git.deleteRef({
3232 })
3333 continue-on-error : true
3434 - name : Create tag
35- uses : actions/github-script@v7
35+ uses : actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
3636 with :
3737 script : |
3838 github.rest.git.createRef({
Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323 steps :
2424 - name : Delete old tag
25- uses : actions/github-script@v7
25+ uses : actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
2626 with :
2727 script : |
2828 github.rest.git.deleteRef({
3232 })
3333 continue-on-error : true
3434 - name : Create tag
35- uses : actions/github-script@v7
35+ uses : actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7
3636 with :
3737 script : |
3838 github.rest.git.createRef({
Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ jobs:
1717 pull-requests : write
1818
1919 steps :
20- - uses : actions/labeler@v4
20+ - uses : actions/labeler@ac9175f8a1f3625fd0d4fb234536d26811351594 # v4
2121 with :
2222 repo-token : " ${{ secrets.GITHUB_TOKEN }}"
2323
2424 # Note that the following step
2525 # never removes labels
26- - uses : actions/github-script@v6
26+ - uses : actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6
2727 id : set-result
2828 with :
2929 script : |
Original file line number Diff line number Diff line change 3535 fetch-depth : 0
3636
3737 # from https://github.com/pagopa/opex-dashboard-azure-action/
38- - uses : pagopa/opex-dashboard-azure-action@v1.1.0
38+ - uses : pagopa/opex-dashboard-azure-action@f44f85839096c15ec358293f3a2dd2b10d367119 # v1.1.0
3939 with :
4040 environment : prod
4141 api-name : ${{ env.API_NAME }}
Original file line number Diff line number Diff line change 3333 fetch-depth : 0
3434
3535 # from https://github.com/pagopa/opex-dashboard-azure-action/
36- - uses : pagopa/opex-dashboard-azure-action@v1.1.0
36+ - uses : pagopa/opex-dashboard-azure-action@f44f85839096c15ec358293f3a2dd2b10d367119 # v1.1.0
3737 with :
3838 environment : prod
3939 api-name : ${{ env.API_NAME }}
Original file line number Diff line number Diff line change 3333 fetch-depth : 0
3434
3535 # from https://github.com/pagopa/opex-dashboard-azure-action/
36- - uses : pagopa/opex-dashboard-azure-action@v1.2.1
36+ - uses : pagopa/opex-dashboard-azure-action@3ad80a5e4a2d5a8f342615637072f21b687320ce # v1.2.1
3737 with :
3838 environment : prod
3939 api-name : ${{ env.API_NAME }}
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout Repo
14- uses : actions/checkout@v3
14+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1515 with :
1616 fetch-depth : 0
1717
1818 - name : Setup Node.js environment
19- uses : actions/setup-node@v3
19+ uses : actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3
2020 with :
2121 node-version-file : " .node-version"
2222 cache : " yarn"
Original file line number Diff line number Diff line change 11version : " 3.9"
22services :
33 cosmos-db :
4- image : mcr.microsoft.com/cosmosdb/linux/azure-cosmos-emulator
4+ image : mcr.microsoft.com/cosmosdb/linux/azure-cosmos-emulator@sha256:591621968db553b27872e74fcd1730755c5ced00cfe3b4ba180649bd8f43eeb3
55 mem_limit : 3G
66 cpu_count : 2
77 tty : true
@@ -18,7 +18,7 @@ services:
1818 - cosmos-db-volume:/data/db
1919
2020 storage :
21- image : mcr.microsoft.com/azure-storage/azurite
21+ image : mcr.microsoft.com/azure-storage/azurite@sha256:647c63a91102a9d8e8000aab803436e1fc85fbb285e7ce830a82ee5d6661cf37
2222 command : " azurite -l /data --blobHost 0.0.0.0 --queueHost 0.0.0.0 --skipApiVersionCheck"
2323 ports :
2424 - 10000:10000
You can’t perform that action at this time.
0 commit comments