Skip to content

Commit

Permalink
Merge branch 'main' into readme-include-setProviderAndWait
Browse files Browse the repository at this point in the history
  • Loading branch information
toddbaert authored Sep 14, 2023
2 parents bd478a6 + bdddeb1 commit 78534c6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: mvn --batch-mode --update-snapshots verify

- name: Upload coverage to Codecov
uses: codecov/codecov-action@c4cf8a4f03f0ac8585acb7c1b7ce3460ec15782f
uses: codecov/codecov-action@v3.1.4
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
flags: unittests # optional
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
cache: maven

- name: Initialize CodeQL
uses: github/codeql-action/init@8efd40b12616f535e54719c1b5d9db203e339450
uses: github/codeql-action/init@e982de4fb4a4894badc75460ec088ea44f230653
with:
languages: java

Expand All @@ -36,7 +36,7 @@ jobs:
run: mvn --batch-mode --update-snapshots --activate-profiles e2e verify

- name: Upload coverage to Codecov
uses: codecov/codecov-action@c4cf8a4f03f0ac8585acb7c1b7ce3460ec15782f
uses: codecov/codecov-action@v3.1.4
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
flags: unittests # optional
Expand All @@ -45,4 +45,4 @@ jobs:
verbose: true # optional (default = false)

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@8efd40b12616f535e54719c1b5d9db203e339450
uses: github/codeql-action/analyze@e982de4fb4a4894badc75460ec088ea44f230653
6 changes: 3 additions & 3 deletions .github/workflows/static-code-scanning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@8efd40b12616f535e54719c1b5d9db203e339450
uses: github/codeql-action/init@e982de4fb4a4894badc75460ec088ea44f230653
with:
languages: java

- name: Autobuild
uses: github/codeql-action/autobuild@8efd40b12616f535e54719c1b5d9db203e339450
uses: github/codeql-action/autobuild@e982de4fb4a4894badc75460ec088ea44f230653

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@8efd40b12616f535e54719c1b5d9db203e339450
uses: github/codeql-action/analyze@e982de4fb4a4894badc75460ec088ea44f230653
3 changes: 1 addition & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"helpers:pinGitHubActionDigests"
"config:base"
],
"packageRules": [
{
Expand Down

0 comments on commit 78534c6

Please sign in to comment.