File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v7
13+ uses : actions/checkout@v7.0.0
1414 with :
1515 ref : ${{ github.event.pull_request.head.ref }}
1616 repository : ${{ github.event.pull_request.head.repo.full_name }}
4848
4949 - if : steps.ip-check.outputs.NEW_IP_RANGES == 'true'
5050 name : Open Pull Request if IP Ranges Have Changed
51- uses : ExpediaGroup/github-helpers@v1
51+ uses : ExpediaGroup/github-helpers@v1.90.0
5252 with :
5353 helper : create-pr
5454 title : " fix: update Github IP ranges"
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v7
14+ uses : actions/checkout@v7.0.0
1515
1616 - name : Setup Bun
17- uses : oven-sh/setup-bun@v2
17+ uses : oven-sh/setup-bun@v2.2.0
1818 with :
1919 bun-version-file : package.json
2020
3131 run : zip -r -qq proxy-lambda.zip build node_modules
3232
3333 - name : Upload Release Assets
34- uses : softprops/action-gh-release@v3
34+ uses : softprops/action-gh-release@v3.0.1
3535 with :
3636 files : proxy-lambda.zip
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v7
13+ uses : actions/checkout@v7.0.0
1414
1515 - name : Setup Bun
16- uses : oven-sh/setup-bun@v2
16+ uses : oven-sh/setup-bun@v2.2.0
1717 with :
1818 bun-version-file : package.json
1919
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v7
13+ uses : actions/checkout@v7.0.0
1414
1515 - name : Setup Bun
16- uses : oven-sh/setup-bun@v2
16+ uses : oven-sh/setup-bun@v2.2.0
1717 with :
1818 bun-version-file : package.json
1919
3535 docs :
3636 runs-on : ubuntu-latest
3737 steps :
38- - uses : actions/checkout@v7
38+ - uses : actions/checkout@v7.0.0
3939 with :
4040 ref : ${{ github.event.pull_request.head.ref }}
4141 repository : ${{ github.event.pull_request.head.repo.full_name }}
5151 needs : docs
5252 runs-on : ubuntu-latest
5353 steps :
54- - uses : actions/checkout@v7
54+ - uses : actions/checkout@v7.0.0
5555
5656 - name : Read .terraform-version
5757 run : echo TF_VERSION=`cat .terraform-version` >> $GITHUB_ENV
7171 uses : dflook/terraform-fmt@v2.2.3
7272
7373 - name : Terraform Lint
74- uses : reviewdog/action-tflint@v1
74+ uses : reviewdog/action-tflint@v1.25.0
7575 with :
7676 github_token : ${{ secrets.GITHUB_TOKEN }}
7777 fail_on_error : true
You can’t perform that action at this time.
0 commit comments