Skip to content

Commit 1fc8681

Browse files
dependabot[bot]MikeNeilson
authored andcommitted
Bump the github-action-dependencies group across 1 directory with 3 updates
Bumps the github-action-dependencies group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [github/codeql-action](https://github.com/github/codeql-action). Updates `actions/checkout` from 4.2.0 to 4.2.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.0...v4.2.1) Updates `actions/upload-artifact` from 4.4.0 to 4.4.3 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.4.0...v4.4.3) Updates `github/codeql-action` from 3.26.11 to 3.26.13 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3.26.11...v3.26.13) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-action-dependencies - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-action-dependencies - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-action-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7020bfd commit 1fc8681

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
thewar: ${{steps.thebuild.outputs.WARFILE}}
1818
steps:
1919
- name: checkout code
20-
uses: actions/checkout@v4.2.0
20+
uses: actions/checkout@v4.2.1
2121
- name: setup java
2222
uses: actions/setup-java@v4.4.0
2323
with:
@@ -28,7 +28,7 @@ jobs:
2828
id: thebuild
2929
run: ./gradlew build --info --init-script init.gradle
3030
- name: Upload WAR
31-
uses: actions/upload-artifact@v4.4.0
31+
uses: actions/upload-artifact@v4.4.3
3232
with:
3333
name: warfile
3434
path: cwms-data-api/build/libs/${{steps.thebuild.outputs.WARFILE}}
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545
steps:
4646
- name: checkout code
47-
uses: actions/checkout@v4.2.0
47+
uses: actions/checkout@v4.2.1
4848
- name: setup java
4949
uses: actions/setup-java@v4.4.0
5050
with:

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v4.2.0
17+
uses: actions/checkout@v4.2.1
1818

1919
- name: Initialize CodeQL
20-
uses: github/codeql-action/init@v3.26.11
20+
uses: github/codeql-action/init@v3.26.13
2121
with:
2222
languages: 'java'
2323
- name: setup java
@@ -34,4 +34,4 @@ jobs:
3434
id: build
3535
run: ./gradlew build --info --init-script init.gradle
3636
- name: Perform CodeQL Analysis
37-
uses: github/codeql-action/analyze@v3.26.11
37+
uses: github/codeql-action/analyze@v3.26.13

0 commit comments

Comments
 (0)