Skip to content

Commit dad5ef3

Browse files
authored
Merge branch 'master' into refine-command-palette
2 parents cc63c9c + d22cc2f commit dad5ef3

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/workflows/publish-release-artifact.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
wget -q https://get.jenkins.io/${REPO}/${PROJECT_VERSION}/${FILE_NAME}
7474
- name: Upload Release Asset
7575
id: upload-war
76-
uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1.0
76+
uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0
7777
env:
7878
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7979
with:
@@ -108,7 +108,7 @@ jobs:
108108
- name: Upload Release Asset
109109
id: upload-deb
110110
if: always()
111-
uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1.0
111+
uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0
112112
env:
113113
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
114114
with:
@@ -144,7 +144,7 @@ jobs:
144144
- name: Upload Release Asset
145145
id: upload-rpm
146146
if: always()
147-
uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1.0
147+
uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0
148148
env:
149149
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
150150
with:
@@ -180,7 +180,7 @@ jobs:
180180
- name: Upload Release Asset
181181
id: upload-msi
182182
if: always()
183-
uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1.0
183+
uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0
184184
env:
185185
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
186186
with:
@@ -216,7 +216,7 @@ jobs:
216216
- name: Upload Release Asset
217217
id: upload-suse-rpm
218218
if: always()
219-
uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1.0
219+
uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0
220220
env:
221221
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
222222
with:

ath.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -o xtrace
66
cd "$(dirname "$0")"
77

88
# https://github.com/jenkinsci/acceptance-test-harness/releases
9-
export ATH_VERSION=6081.v29b_ce3c2771c
9+
export ATH_VERSION=6103.v470620c9e43f
1010

1111
if [[ $# -eq 0 ]]; then
1212
export JDK=17

test/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -218,13 +218,13 @@ THE SOFTWARE.
218218
<dependency>
219219
<groupId>org.jenkins-ci.plugins</groupId>
220220
<artifactId>cloudbees-folder</artifactId>
221-
<version>6.959.v4ed5cc9e2dd4</version>
221+
<version>6.969.v7d22c6eb_fde1</version>
222222
<scope>test</scope>
223223
</dependency>
224224
<dependency>
225225
<groupId>org.jenkins-ci.plugins</groupId>
226226
<artifactId>credentials</artifactId>
227-
<version>1389.vd7a_b_f5fa_50a_2</version>
227+
<version>1393.v6017143c1763</version>
228228
<scope>test</scope>
229229
</dependency>
230230
<dependency>

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -4954,11 +4954,11 @@ __metadata:
49544954
linkType: hard
49554955

49564956
"nanoid@npm:^3.3.7":
4957-
version: 3.3.7
4958-
resolution: "nanoid@npm:3.3.7"
4957+
version: 3.3.8
4958+
resolution: "nanoid@npm:3.3.8"
49594959
bin:
49604960
nanoid: bin/nanoid.cjs
4961-
checksum: 10c0/e3fb661aa083454f40500473bb69eedb85dc160e763150b9a2c567c7e9ff560ce028a9f833123b618a6ea742e311138b591910e795614a629029e86e180660f3
4961+
checksum: 10c0/4b1bb29f6cfebf3be3bc4ad1f1296fb0a10a3043a79f34fbffe75d1621b4318319211cd420549459018ea3592f0d2f159247a6f874911d6d26eaaadda2478120
49624962
languageName: node
49634963
linkType: hard
49644964

0 commit comments

Comments
 (0)