aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/infer.yml
diff options
context:
space:
mode:
authorNico Mexis <nico.mexis@kabelmail.de>2022-10-19 12:25:41 +0200
committerGitHub <noreply@github.com>2022-10-19 12:25:41 +0200
commitb967e1be50e31decfea30e08b4bf074eaed36e98 (patch)
tree862af9695d2489494665ad4552dd3aa25d778289 /.github/workflows/infer.yml
parente7c363583a42f86584a0b0f289946357d914f52e (diff)
downloadNotEnoughUpdates-b967e1be50e31decfea30e08b4bf074eaed36e98.tar.gz
NotEnoughUpdates-b967e1be50e31decfea30e08b4bf074eaed36e98.tar.bz2
NotEnoughUpdates-b967e1be50e31decfea30e08b4bf074eaed36e98.zip
Update workflow actions (#378)
Diffstat (limited to '.github/workflows/infer.yml')
-rw-r--r--.github/workflows/infer.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/infer.yml b/.github/workflows/infer.yml
index 365e748b..7a035a42 100644
--- a/.github/workflows/infer.yml
+++ b/.github/workflows/infer.yml
@@ -8,12 +8,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
name: Checkout feature
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Set up JDK 17
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v3
with:
java-version: 17
distribution: temurin
@@ -27,7 +27,7 @@ jobs:
infer capture -- ./gradlew clean test --no-daemon
infer analyze
cp infer-out/report.json ciwork/report-feature.json
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
name: Checkout base
with:
ref: ${{ github.event.pull_request.base.sha }}