Skip to content

Commit 3e62905

Browse files
Bump the minor-deps group across 1 directory with 2 updates
Bumps the minor-deps group with 2 updates in the / directory: [actions/setup-java](https://github.com/actions/setup-java) and [crazy-max/ghaction-github-pages](https://github.com/crazy-max/ghaction-github-pages). Updates `actions/setup-java` from 4.4.0 to 4.5.0 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@b36c23c...8df1039) Updates `crazy-max/ghaction-github-pages` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/crazy-max/ghaction-github-pages/releases) - [Commits](crazy-max/ghaction-github-pages@c05ee63...fbf0a4f) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-deps - dependency-name: crazy-max/ghaction-github-pages dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 379e865 commit 3e62905

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/autotest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
repositories: '[{"id": "github", "name": "github", "url": "https://maven.pkg.github.com/${{ github.repository }}", "releases": { "enabled": "true" }, "snapshots": { "enabled": "false" }}]'
4444
servers: '[{ "id": "github", "username": "${{ github.actor }}", "password": "${{ secrets.READER_TOKEN}}" }]' # TODO: Endre til GITHUB_TOKEN etter fp-kalkulus lansering
4545
output_file: settings.xml
46-
- uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # ratchet:actions/setup-java@v3
46+
- uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # ratchet:actions/setup-java@v3
4747
with:
4848
distribution: 'temurin'
4949
java-version: 21

.github/workflows/report-and-notify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
if [ -d "verdikjede" ]; then echo "Oppdatere testresultat for verdikjede" && rm -rf gh-pages/verdikjede && cp -r verdikjede gh-pages; fi
8282
- name: Deploy testrapport
8383
if: success()
84-
uses: crazy-max/ghaction-github-pages@c05ee637ec73429400a359430db8e5629f3f2564 # ratchet:crazy-max/ghaction-github-pages@v4.0.0
84+
uses: crazy-max/ghaction-github-pages@fbf0a4fa4e00f45accd6cf3232368436ec06ed59 # ratchet:crazy-max/ghaction-github-pages@v4.1.0
8585
with:
8686
repo: 'navikt/fp-autotest'
8787
target_branch: gh-pages

0 commit comments

Comments
 (0)