File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ jobs:
2626 egress-policy : audit
2727
2828 - name : Checkout
29- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
29+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
3030
3131 - name : Dependabot metadata
32- uses : dependabot/fetch-metadata@08eff52bf64351f401fb50d4972fa95b9f2c2d1b # v2.4 .0
32+ uses : dependabot/fetch-metadata@21025c705c08248db411dc16f3619e6b5f9ea21a # v2.5 .0
3333 id : dependabot-metadata
3434
3535 - name : Check for merge conflicts
6262 egress-policy : audit
6363
6464 - name : Checkout
65- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
65+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
6666
6767 - name : Auto-merge
6868 if : ${{ needs.approve.outputs.update-type != 'version-update:semver-major' }}
Original file line number Diff line number Diff line change @@ -52,15 +52,15 @@ jobs:
5252 github.com:443
5353
5454 - name : Checkout
55- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
55+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
5656
5757 - name : Setup .NET SDK ${{ inputs.dotnet-version }}
58- uses : actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0 .0
58+ uses : actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5.1 .0
5959 with :
6060 dotnet-version : ${{ inputs.dotnet-version }}
6161
6262 - name : Cache .NET packages
63- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # 4.3.0
63+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # 5.0.2
6464 with :
6565 path : ~/.nuget/packages # Path to the NuGet package cache
6666 key : ${{ inputs.os }}-${{ inputs.dotnet-version }}-nuget-${{ hashFiles('**/packages.lock.json') }}
9797 /p:Version=${{ inputs.package-version }}
9898
9999 - name : Upload artifacts
100- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
100+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
101101 with :
102102 name : ${{ inputs.package-artifact-name }}
103103 path : |
Original file line number Diff line number Diff line change @@ -94,15 +94,15 @@ jobs:
9494 storage.googleapis.com:443
9595
9696 - name : Checkout
97- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
97+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
9898
9999 - name : Setup .NET SDK ${{ matrix.dotnet-version }}
100- uses : actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0 .0
100+ uses : actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5.1 .0
101101 with :
102102 dotnet-version : ${{ matrix.dotnet-version }}
103103
104104 - name : Cache .NET packages
105- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # 4.3.0
105+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # 5.0.2
106106 with :
107107 path : ~/.nuget/packages # Path to the NuGet package cache
108108 key : ${{ inputs.os }}-${{ matrix.dotnet-version }}-nuget-${{ hashFiles('**/packages.lock.json') }}
Original file line number Diff line number Diff line change @@ -73,13 +73,13 @@ jobs:
7373
7474 # Download the artifact generated in the build job
7575 - name : Download artifact
76- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # 6 .0.0
76+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # 7 .0.0
7777 with :
7878 name : ${{ inputs.package-artifact-name }}
7979 path : ${{ inputs.working-directory }}/build-packages # Path to download the artifact
8080
8181 - name : Setup .NET SDK ${{ inputs.dotnet-version }}
82- uses : actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0 .0
82+ uses : actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5.1 .0
8383 with :
8484 dotnet-version : ${{ inputs.dotnet-version }}
8585
@@ -123,7 +123,7 @@ jobs:
123123
124124 # Download the artifact generated in the build job
125125 - name : Download artifact
126- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # 6 .0.0
126+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # 7 .0.0
127127 with :
128128 name : ${{ inputs.package-artifact-name }}
129129 path : ${{ inputs.working-directory }}/build-packages # Path to download the artifact
Original file line number Diff line number Diff line change 3232 egress-policy : audit
3333
3434 - name : Checkout
35- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
35+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
3636
3737 - name : Set up Git configuration
3838 run : |
Original file line number Diff line number Diff line change 3535 github.com:443
3636
3737 - name : Checkout
38- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
38+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
3939 with :
4040 # super-linter needs the full git history to get the
4141 # list of files that changed across commits
7171 github.com:443
7272
7373 - name : Checkout
74- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
74+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
7575
7676 - name : Spellcheck
7777 uses : streetsidesoftware/cspell-action@76c6f6d52abd57f4bcab5f3fde1bbd4f19a99eb0 # v7.2.1
Original file line number Diff line number Diff line change 4343 github.com:443
4444
4545 - name : Checkout
46- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
46+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
4747
4848 - name : Determine release branch name
4949 id : release-branch
7575 echo $VERSION > version.txt
7676
7777 - name : Upload artifacts
78- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
78+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
7979 with :
8080 name : ${{ inputs.version-artifact-name }}
8181 path : version.txt
Original file line number Diff line number Diff line change 1919 egress-policy : audit
2020
2121 - name : Checkout
22- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
22+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
2323
2424 - name : Validate dependabot
2525 uses : marocchino/validate-dependabot@d8ae5c0d03dd75fbd0ad5f8ab4ba8101ebbd4b37 # v3.0.0
You can’t perform that action at this time.
0 commit comments