Skip to content

Commit

Permalink
chore(deps): update all dependencies (#51)
Browse files Browse the repository at this point in the history
* chore(deps): update all dependencies
* set super-linter fetch-depth to unlimited
* fix workflow permissions

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Raphael Schweizer <raphael.schweizer@bbv.ch>
  • Loading branch information
renovate[bot] and CaringDev committed Apr 30, 2024
1 parent 8ebea50 commit 856a0e9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
types: [published]
env:
DOTNET_NOLOGO: true
permissions: {}
jobs:
build:
name: build
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ on:
pull_request:
push:
branches: [main]
permissions: {}
jobs:
analyse:
runs-on: ubuntu-22.04
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@ on:
pull_request:
push:
branches: [main]
permissions: {}
jobs:
lint:
runs-on: ubuntu-22.04
permissions:
contents: read
statuses: write
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
with:
fetch-depth: 2
- uses: github/super-linter/slim@45fc0d88288beee4701c62761281edfee85655d7 # v5
fetch-depth: 0
- uses: github/super-linter/slim@4e51915f4a812abf59fed160bb14595c0a38a9e7 # v6
env:
FILTER_REGEX_EXCLUDE: \bLICENSE$|\.g\.cs$
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/spell-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ on:
pull_request:
push:
branches: [main]
permissions: {}
jobs:
spell-check:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 856a0e9

Please sign in to comment.