File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 - name : Checkout
1818 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919 - name : Setup Go
20- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
20+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
2121 with :
2222 go-version-file : ' ${{ github.workspace }}/go.mod'
2323 cache : false
Original file line number Diff line number Diff line change 6767
6868
6969 - name : Setup Go
70- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
70+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
7171 if : matrix.build-mode == 'manual'
7272 with :
7373 go-version-file : ' ${{ github.workspace }}/go.mod'
@@ -100,7 +100,7 @@ jobs:
100100
101101 # Initializes the CodeQL tools for scanning.
102102 - name : Initialize CodeQL
103- uses : github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34 .1
103+ uses : github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35 .1
104104 with :
105105 languages : ${{ matrix.language }}
106106 build-mode : ${{ matrix.build-mode }}
@@ -117,7 +117,7 @@ jobs:
117117 run : make build -j
118118
119119 - name : Perform CodeQL Analysis
120- uses : github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34 .1
120+ uses : github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35 .1
121121 with :
122122 category : " /language:${{matrix.language}}"
123123
Original file line number Diff line number Diff line change @@ -65,14 +65,14 @@ jobs:
6565 with :
6666 ref : ${{ env.REF }}
6767 - name : Setup Go
68- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
68+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
6969 with :
7070 go-version-file : ' ${{ github.workspace }}/go.mod'
7171 cache : false
7272 - name : Set up Docker Buildx
7373 uses : docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
7474 - name : Docker Login
75- uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0 .0
75+ uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1 .0
7676 with :
7777 registry : ghcr.io
7878 username : ${{ github.actor }}
Original file line number Diff line number Diff line change 2626 with :
2727 token : ${{ steps.generate_token.outputs.token }}
2828 - name : Install Nix
29- uses : DeterminateSystems/nix-installer-action@c5a866b6ab867e88becbed4467b93592bce69f8a # v21
29+ uses : DeterminateSystems/nix-installer-action@ef8a148080ab6020fd15196c2084a2eea5ff2d25 # v22
3030 with :
3131 nix-package-url : https://releases.nixos.org/nix/nix-2.31.0/nix-2.31.0-x86_64-linux.tar.xz
3232 - name : Update flake.lock
Original file line number Diff line number Diff line change 2121 - name : Checkout
2222 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2323 - name : Setup Go
24- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
24+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
2525 with :
2626 go-version-file : ' ${{ github.workspace }}/go.mod'
2727 cache : false
8080 - name : Checkout
8181 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8282 - name : Setup Go
83- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
83+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
8484 with :
8585 go-version-file : ' ${{ github.workspace }}/go.mod'
8686 cache : false
Original file line number Diff line number Diff line change 3636 - name : Set up Docker Buildx
3737 uses : docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
3838 - name : Docker Login
39- uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0 .0
39+ uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1 .0
4040 with :
4141 registry : ghcr.io
4242 username : ${{ github.actor }}
9898 run : |
9999 gh api -X PATCH -H "Accept: application/vnd.github+json" -H "X-GitHub-Api-Version: 2022-11-28" /repos/open-component-model/ocm/git/refs/tags/ocm-cli/latest -f "sha=${{ github.sha }}" -F "force=true"
100100 - name : Setup go
101- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
101+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
102102 with :
103103 go-version-file : ' ${{ github.workspace }}/go.mod'
104104 check-latest : false
Original file line number Diff line number Diff line change 4444 sparse-checkout : |
4545 hack/brew
4646 - name : Setup Go
47- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
47+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
4848 with :
4949 go-version-file : ${{ github.workspace }}/scripts/hack/brew/go.mod
5050 cache : false
Original file line number Diff line number Diff line change 3636 fetch-depth : 0
3737 token : ${{ steps.generate_token.outputs.token }}
3838 - name : Setup Go
39- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
39+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
4040 with :
4141 go-version-file : ' ${{ github.workspace }}/go.mod'
4242 cache : false
Original file line number Diff line number Diff line change 4747 VERSION
4848 go.mod
4949 - name : Setup Go
50- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
50+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
5151 with :
5252 go-version-file : ' ${{ github.workspace }}/go.mod'
5353 cache : ' false'
Original file line number Diff line number Diff line change 4141 - name : Checkout
4242 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4343 - name : Setup Go
44- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
44+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
4545 with :
4646 go-version-file : ' ${{ github.workspace }}/go.mod'
4747 cache : false
You can’t perform that action at this time.
0 commit comments