File tree Expand file tree Collapse file tree 7 files changed +18
-18
lines changed
Expand file tree Collapse file tree 7 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 3333 runs-on : ubuntu-latest
3434 steps :
3535 - name : checkout code
36- uses : actions/checkout@v5
36+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3737 with :
3838 repository : ${{ inputs.image_builder_repo }}
3939 ref : ${{ inputs.image_builder_version }}
4646 echo "$PACKER_VARS" | jq -r > ./images/capi/vars.json
4747 cat ./images/capi/vars.json
4848 - name : Configure AWS credentials
49- uses : aws-actions/configure-aws-credentials@v6
49+ uses : aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1.0
5050 with :
5151 aws-region : us-east-2
5252 role-to-assume : arn:aws:iam::819546954734:role/gh-image-builder
Original file line number Diff line number Diff line change @@ -52,13 +52,13 @@ jobs:
5252 runs-on : ubuntu-latest
5353 steps :
5454 - name : checkout code
55- uses : actions/checkout@v5
55+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
5656 with :
5757 repository : ${{ inputs.image_builder_repo }}
5858 ref : ${{ inputs.image_builder_version }}
5959 fetch-depth : 0
6060 - name : Configure AWS credentials
61- uses : aws-actions/configure-aws-credentials@v6
61+ uses : aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1.0
6262 with :
6363 aws-region : us-east-2
6464 role-to-assume : arn:aws:iam::819546954734:role/gh-image-builder
Original file line number Diff line number Diff line change @@ -21,18 +21,18 @@ jobs:
2121 language : [ 'go' ]
2222 steps :
2323 - name : Checkout repository
24- uses : actions/checkout@v5
24+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2525
2626 # Initializes the CodeQL tools for scanning.
2727 - name : Initialize CodeQL
28- uses : github/codeql-action/init@v4
28+ uses : github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
2929 with :
3030 languages : ${{ matrix.language }}
3131
3232 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
3333 # If this step fails, then you should remove it and run the build manually (see below)
3434 - name : Autobuild
35- uses : github/codeql-action/autobuild@v4
35+ uses : github/codeql-action/autobuild@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
3636
3737 - name : Perform CodeQL Analysis
38- uses : github/codeql-action/analyze@v4
38+ uses : github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ jobs:
2323 runs-on : ubuntu-latest
2424 steps :
2525 - name : Set up Go 1.x
26- uses : actions/setup-go@v6
26+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
2727 with :
2828 go-version : ' 1.24'
2929 id : go
3030 - name : Check out code into the Go module directory
31- uses : actions/checkout@v5
32- - uses : actions/cache@v5
31+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
32+ - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
3333 name : Restore go cache
3434 with :
3535 path : |
4242 run : make modules
4343 - name : Update generated code
4444 run : make generate
45- - uses : EndBug/add-and-commit@v9
45+ - uses : EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9.1.4
4646 name : Commit changes
4747 with :
4848 author_name : dependabot[bot]
Original file line number Diff line number Diff line change 88 check :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v5
12- - uses : artyom/mdlinks@v0
11+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
12+ - uses : artyom/mdlinks@9528aa17663c803d885a1a5d0931d28b221f57bd # v0.2.0
1313 with :
1414 dir : ' docs/book'
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ jobs:
1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : checkout code
17- uses : actions/checkout@v5
17+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1818 with :
1919 fetch-depth : 0
2020 - name : Set up Go
21- uses : actions/setup-go@v6
21+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
2222 with :
2323 go-version : ' 1.24'
2424 - name : Set version info
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ jobs:
1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Check out code
21- uses : actions/checkout@v5
21+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2222 with :
2323 ref : ${{ matrix.branch }}
2424 - name : Setup go
25- uses : actions/setup-go@v6
25+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
2626 with :
2727 go-version-file : ' ${{ github.workspace }}/go.mod'
2828 - name : Run verify container script
You can’t perform that action at this time.
0 commit comments