Skip to content

Commit 8716d64

Browse files
Bump the github-actions group across 1 directory with 10 updates (#3430)
Bumps the github-actions group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `6` | | [jfrog-fastci/fastci](https://github.com/jfrog-fastci/fastci) | `0` | `1` | | [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `2` | `3` | | [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) | `2.4.0` | `3.0.0` | | [jfrog/setup-jfrog-cli](https://github.com/jfrog/setup-jfrog-cli) | `4` | `5` | | [actions/setup-node](https://github.com/actions/setup-node) | `5` | `6` | | [azure/setup-helm](https://github.com/azure/setup-helm) | `4` | `5` | | [actions/setup-python](https://github.com/actions/setup-python) | `5` | `6` | | [nuget/setup-nuget](https://github.com/nuget/setup-nuget) | `2` | `3` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4` | `7` | Updates `actions/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) Updates `jfrog-fastci/fastci` from 0 to 1 - [Release notes](https://github.com/jfrog-fastci/fastci/releases) - [Commits](jfrog-fastci/fastci@v0...v1) Updates `softprops/action-gh-release` from 2 to 3 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v2...v3) Updates `dependabot/fetch-metadata` from 2.4.0 to 3.0.0 - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](dependabot/fetch-metadata@v2.4.0...v3.0.0) Updates `jfrog/setup-jfrog-cli` from 4 to 5 - [Release notes](https://github.com/jfrog/setup-jfrog-cli/releases) - [Commits](jfrog/setup-jfrog-cli@v4...v5) Updates `actions/setup-node` from 5 to 6 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v5...v6) Updates `azure/setup-helm` from 4 to 5 - [Release notes](https://github.com/azure/setup-helm/releases) - [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md) - [Commits](Azure/setup-helm@v4...v5) Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) Updates `nuget/setup-nuget` from 2 to 3 - [Release notes](https://github.com/nuget/setup-nuget/releases) - [Commits](NuGet/setup-nuget@v2...v3) Updates `actions/upload-artifact` from 4 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: jfrog-fastci/fastci dependency-version: '1' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: dependabot/fetch-metadata dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: jfrog/setup-jfrog-cli dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: azure/setup-helm dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: nuget/setup-nuget dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ba3d531 commit 8716d64

30 files changed

+75
-75
lines changed

.github/workflows/accessTests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ jobs:
4141
4242
- name: Checkout code
4343
if: matrix.os.name != 'macos'
44-
uses: actions/checkout@v5
44+
uses: actions/checkout@v6
4545
with:
4646
ref: ${{ github.event.pull_request.head.sha || github.ref }}
4747

4848
- name: Setup FastCI
4949
if: matrix.os.name != 'macos'
50-
uses: jfrog-fastci/fastci@v0
50+
uses: jfrog-fastci/fastci@v1
5151
with:
5252
github_token: ${{ secrets.GITHUB_TOKEN }}
5353
fastci_otel_token: ${{ secrets.FASTCI_TOKEN }}

.github/workflows/addReleaseLinks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Check out repository
12-
uses: actions/checkout@v5
12+
uses: actions/checkout@v6
1313

1414
- name: Create markdown download links
1515
run: |
@@ -20,7 +20,7 @@ jobs:
2020
sed "s/{version}/$RELEASE_VERSION/g" ./.github/RELEASE_LINK_TEMPLATE.md > ./temp_releaseLinkTemplate.md
2121
2222
- name: Add links to release notes
23-
uses: softprops/action-gh-release@v2
23+
uses: softprops/action-gh-release@v3
2424
with:
2525
token: ${{ secrets.GITHUB_TOKEN }}
2626
body_path: "temp_releaseLinkTemplate.md"

.github/workflows/analysis.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout code
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121
with:
2222
ref: ${{ github.event.pull_request.head.sha || github.ref }}
2323

2424
- name: Setup FastCI
25-
uses: jfrog-fastci/fastci@v0
25+
uses: jfrog-fastci/fastci@v1
2626

2727
- name: Setup Go with cache
2828
uses: jfrog/.github/actions/install-go-with-cache@main
@@ -37,12 +37,12 @@ jobs:
3737
runs-on: ubuntu-latest
3838
steps:
3939
- name: Checkout Source
40-
uses: actions/checkout@v5
40+
uses: actions/checkout@v6
4141
with:
4242
ref: ${{ github.event.pull_request.head.sha || github.ref }}
4343

4444
- name: Setup FastCI
45-
uses: jfrog-fastci/fastci@v0
45+
uses: jfrog-fastci/fastci@v1
4646

4747
- name: Setup Go with cache
4848
uses: jfrog/.github/actions/install-go-with-cache@main
@@ -57,12 +57,12 @@ jobs:
5757
runs-on: ubuntu-latest
5858
steps:
5959
- name: Checkout Source
60-
uses: actions/checkout@v5
60+
uses: actions/checkout@v6
6161
with:
6262
ref: ${{ github.event.pull_request.head.sha || github.ref }}
6363

6464
- name: Setup FastCI
65-
uses: jfrog-fastci/fastci@v0
65+
uses: jfrog-fastci/fastci@v1
6666

6767

6868
- name: Setup Go with cache
@@ -78,12 +78,12 @@ jobs:
7878
runs-on: ubuntu-latest
7979
steps:
8080
- name: Checkout Source
81-
uses: actions/checkout@v5
81+
uses: actions/checkout@v6
8282
with:
8383
ref: ${{ github.event.pull_request.head.sha || github.ref }}
8484

8585
- name: Setup FastCI
86-
uses: jfrog-fastci/fastci@v0
86+
uses: jfrog-fastci/fastci@v1
8787

8888
- name: Run ShellCheck
8989
uses: ludeeus/action-shellcheck@master
@@ -94,12 +94,12 @@ jobs:
9494
runs-on: ubuntu-latest
9595
steps:
9696
- name: Checkout Source
97-
uses: actions/checkout@v5
97+
uses: actions/checkout@v6
9898
with:
9999
ref: ${{ github.event.pull_request.head.sha || github.ref }}
100100

101101
- name: Setup FastCI
102-
uses: jfrog-fastci/fastci@v0
102+
uses: jfrog-fastci/fastci@v1
103103

104104
- name: Check for uncommented replace instructions on JFrog dependencies
105105
run: |

.github/workflows/artifactoryTests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ jobs:
4141
4242
- name: Checkout code
4343
if: matrix.os.name != 'macos'
44-
uses: actions/checkout@v5
44+
uses: actions/checkout@v6
4545
with:
4646
ref: ${{ github.event.pull_request.head.sha || github.ref }}
4747

4848
- name: Setup FastCI
4949
if: matrix.os.name != 'macos'
50-
uses: jfrog-fastci/fastci@v0
50+
uses: jfrog-fastci/fastci@v1
5151
with:
5252
github_token: ${{ secrets.GITHUB_TOKEN }}
5353
fastci_otel_token: ${{ secrets.FASTCI_TOKEN }}

.github/workflows/conanTests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ jobs:
3636
3737
- name: Checkout code
3838
if: matrix.os.name != 'macos'
39-
uses: actions/checkout@v5
39+
uses: actions/checkout@v6
4040
with:
4141
ref: ${{ github.event.pull_request.head.sha || github.ref }}
4242

4343
- name: Setup FastCI
4444
if: matrix.os.name != 'macos'
45-
uses: jfrog-fastci/fastci@v0
45+
uses: jfrog-fastci/fastci@v1
4646
with:
4747
github_token: ${{ secrets.GITHUB_TOKEN }}
4848
fastci_otel_token: ${{ secrets.FASTCI_TOKEN }}

.github/workflows/dependabot-auto-merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'jfrog/jfrog-cli'
1515
steps:
1616
- name: Checkout PR code
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818
with:
1919
ref: ${{ github.event.pull_request.head.sha }}
2020
token: ${{ secrets.GITHUB_TOKEN }}
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Dependabot metadata
2929
id: metadata
30-
uses: dependabot/fetch-metadata@v2.4.0
30+
uses: dependabot/fetch-metadata@v3.0.0
3131
with:
3232
github-token: "${{ secrets.GITHUB_TOKEN }}"
3333

.github/workflows/distributionTests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ${{ matrix.os }}-latest
2626
steps:
2727
- name: Checkout code
28-
uses: actions/checkout@v5
28+
uses: actions/checkout@v6
2929
with:
3030
ref: ${{ github.event.pull_request.head.sha || github.ref }}
3131

@@ -35,7 +35,7 @@ jobs:
3535
go-version-file: go.mod
3636

3737
- name: Setup FastCI
38-
uses: jfrog-fastci/fastci@v0
38+
uses: jfrog-fastci/fastci@v1
3939
with:
4040
github_token: ${{ secrets.GITHUB_TOKEN }}
4141
fastci_otel_token: ${{ secrets.FASTCI_TOKEN }}

.github/workflows/dockerTests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ${{ matrix.os.name }}-${{ matrix.os.version }}
2929
steps:
3030
- name: Checkout code
31-
uses: actions/checkout@v5
31+
uses: actions/checkout@v6
3232
with:
3333
ref: ${{ github.event.pull_request.head.sha || github.ref }}
3434

@@ -56,7 +56,7 @@ jobs:
5656
sudo systemctl restart docker
5757
5858
- name: Setup FastCI
59-
uses: jfrog-fastci/fastci@v0
59+
uses: jfrog-fastci/fastci@v1
6060
with:
6161
github_token: ${{ secrets.GITHUB_TOKEN }}
6262
fastci_otel_token: ${{ secrets.FASTCI_TOKEN }}

.github/workflows/evidenceTests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
runs-on: ${{ matrix.os }}-latest
2828
steps:
2929
- name: Checkout code
30-
uses: actions/checkout@v5
30+
uses: actions/checkout@v6
3131
with:
3232
ref: ${{ github.event.pull_request.head.sha || github.ref }}
3333

3434
- name: Setup FastCI
35-
uses: jfrog-fastci/fastci@v0
35+
uses: jfrog-fastci/fastci@v1
3636
with:
3737
github_token: ${{ secrets.GITHUB_TOKEN }}
3838
fastci_otel_token: ${{ secrets.FASTCI_TOKEN }}
@@ -42,7 +42,7 @@ jobs:
4242
uses: jfrog/.github/actions/install-go-with-cache@main
4343

4444
- name: Setup JFrog CLI
45-
uses: jfrog/setup-jfrog-cli@v4
45+
uses: jfrog/setup-jfrog-cli@v5
4646
with:
4747
version: latest
4848
env:

.github/workflows/frogbot-scan-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
environment: frogbot
1515
steps:
1616
- name: Checkout the repository
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818
with:
1919
ref: ${{ github.event.pull_request.head.sha || github.ref }}
2020

0 commit comments

Comments
 (0)