File tree Expand file tree Collapse file tree 22 files changed +61
-61
lines changed
Expand file tree Collapse file tree 22 files changed +61
-61
lines changed Original file line number Diff line number Diff line change 1717 pull-requests : write
1818 steps :
1919 - name : Harden Runner
20- uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
20+ uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
2121 with :
2222 egress-policy : audit
2323
@@ -35,15 +35,15 @@ jobs:
3535 [Running benchmark here...](${{ github.server.url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
3636
3737 - name : Check out base code into the Go module directory
38- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v3.5.2
38+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v3.5.2
3939 with :
4040 ref : ${{ github.base_ref }}
4141
4242 - name : Run benchmarks on base ref
4343 run : make benchmark-test BENCHMARK_FILE_NAME="../base_benchmarks.txt"
4444
4545 - name : Check out code into the Go module directory
46- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v3.5.2
46+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v3.5.2
4747
4848 - name : Run benchmark with incoming changes
4949 run : make benchmark-test BENCHMARK_FILE_NAME="pr_benchmarks.txt"
Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ jobs:
3232 timeout-minutes : 10
3333 steps :
3434 - name : Harden Runner
35- uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
35+ uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
3636 with :
3737 egress-policy : audit
3838
3939 - name : Check out code into the Go module directory
40- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
40+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4141
4242 - name : Set up Go
4343 uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
Original file line number Diff line number Diff line change @@ -17,20 +17,20 @@ jobs:
1717
1818 steps :
1919 - name : Harden Runner
20- uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
20+ uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
2121 with :
2222 egress-policy : audit
2323
2424 - name : Checkout repository
25- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
25+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
2626
2727 - name : Initialize CodeQL
28- uses : github/codeql-action/init@fe4161a26a8629af62121b670040955b330f9af2
28+ uses : github/codeql-action/init@cf1bb45a277cb3c205638b2cd5c984db1c46a412
2929 with :
3030 languages : go
3131
3232 - name : Autobuild
33- uses : github/codeql-action/autobuild@fe4161a26a8629af62121b670040955b330f9af2
33+ uses : github/codeql-action/autobuild@cf1bb45a277cb3c205638b2cd5c984db1c46a412
3434
3535 - name : Perform CodeQL Analysis
36- uses : github/codeql-action/analyze@fe4161a26a8629af62121b670040955b330f9af2
36+ uses : github/codeql-action/analyze@cf1bb45a277cb3c205638b2cd5c984db1c46a412
Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ jobs:
2020 DAPR_VERSION : ["1.12"]
2121 steps :
2222 - name : Harden Runner
23- uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
23+ uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
2424 with :
2525 egress-policy : audit
2626
2727 - name : Check out code into the Go module directory
28- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
28+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
2929
3030 - name : Bootstrap e2e
3131 run : |
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
1717 runs-on : ubuntu-22.04
1818 steps :
1919 - name : Harden Runner
20- uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
20+ uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
2121 with :
2222 egress-policy : audit
2323
2424 - name : ' Checkout Repository'
25- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v3.5.2
25+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v3.5.2
2626 - name : ' Dependency Review'
2727 uses : actions/dependency-review-action@3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261 # v4.8.2
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
1919 timeout-minutes : 15
2020 steps :
2121 - name : Harden Runner
22- uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
22+ uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
2323 with :
2424 egress-policy : audit
2525
2626 - name : Check out code into the Go module directory
27- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
27+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2828
2929 - name : Bootstrap e2e
3030 run : |
Original file line number Diff line number Diff line change 1919
2020 steps :
2121 - name : Check out code into the Go module directory
22- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
22+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2323
2424 - name : Set up Helm
2525 uses : azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
Original file line number Diff line number Diff line change 2323 contents : read
2424 steps :
2525 - name : Harden Runner
26- uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
26+ uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
2727 with :
2828 egress-policy : audit
2929
3434 check-latest : true
3535
3636 - name : Check out code into the Go module directory
37- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v3.5.2
37+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v3.5.2
3838
3939 - name : license-lint
4040 run : |
Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ jobs:
3333 runs-on : ubuntu-22.04
3434 steps :
3535 - name : Harden Runner
36- uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
36+ uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
3737 with :
3838 egress-policy : audit
3939
40- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
40+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4141
4242 - name : lint
4343 run : make lint
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-22.04
1414 steps :
1515 - name : Harden Runner
16- uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
16+ uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
1717 with :
1818 egress-policy : audit
1919
2929 echo "PATCH_VERSION=${PATCH_VERSION}" >> ${GITHUB_ENV}
3030 echo "TAG=${TAG}" >> ${GITHUB_ENV}
3131
32- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
32+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
3333 with :
3434 fetch-depth : 0
3535
5252 make patch-version-docs NEWVERSION=v${MAJOR_VERSION}.${MINOR_VERSION}.x TAG=v${TAG} OLDVERSION=v${MAJOR_VERSION}.${MINOR_VERSION}.$((PATCH_VERSION-1)) OPA_VERSIONS="${versions}"
5353
5454 - name : Create release pull request
55- uses : peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7 .0.9
55+ uses : peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8 .0.0
5656 with :
5757 commit-message : " chore: Patch docs for ${{ env.TAG }} release"
5858 title : " chore: Patch docs for ${{ env.TAG }} release"
You can’t perform that action at this time.
0 commit comments