Skip to content

Commit

Permalink
Update non-major gh-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent 78a3dc2 commit 1f63aff
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
category: detekt

- name: "Upload detekt report"
uses: actions/[email protected].1
uses: actions/[email protected].2
if: success() || failure()
with:
name: detektReport
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
uses: actions/[email protected]

- name: "Unit test coverage cache"
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
path: ${{ github.workspace }}/build/jacoco/**
key: ${{ runner.os }}-jacoco-unitTest-${{ github.run_id }}
Expand All @@ -134,7 +134,7 @@ jobs:
junit_files: build/test-results/**/*.xml

- name: "Upload unit test report"
uses: actions/[email protected].1
uses: actions/[email protected].2
if: always()
with:
name: unitTestReport
Expand All @@ -153,7 +153,7 @@ jobs:
uses: actions/[email protected]

- name: "Functional test coverage cache"
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
path: ${{ github.workspace }}/build/jacoco/**
key: ${{ runner.os }}-jacoco-functionalTest-${{ github.run_id }}
Expand All @@ -173,7 +173,7 @@ jobs:
junit_files: build/test-results/functionalTest/*.xml

- name: "Upload functional test report"
uses: actions/[email protected].1
uses: actions/[email protected].2
if: always()
with:
name: functionalTestReport
Expand All @@ -189,13 +189,13 @@ jobs:
uses: actions/[email protected]

- name: "Load unit test coverage cache"
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
path: ${{ github.workspace }}/build/jacoco/**
key: ${{ runner.os }}-jacoco-unitTest-${{ github.run_id }}

- name: "Load functional test coverage cache"
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
path: ${{ github.workspace }}/build/jacoco/**
key: ${{ runner.os }}-jacoco-functionalTest-${{ github.run_id }}
Expand Down Expand Up @@ -228,7 +228,7 @@ jobs:
uses: actions/[email protected]

- name: "Load compile cache"
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
path: ${{ github.workspace }}/build/**
key: ${{ runner.os }}-compile-${{ github.run_id }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vulnerabilityScan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
args: 7z a -t7z dependency-check-report ./build/reports/dependency-c*.*

- name: "Upload report"
uses: actions/[email protected].1
uses: actions/[email protected].2
if: always()
with:
name: owaspCheckReport
Expand Down

0 comments on commit 1f63aff

Please sign in to comment.