Skip to content

Commit

Permalink
Merge pull request #81 from statisticsnorway/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/github-action-dependencies-ad3390a950

Bump the github-action-dependencies group with 2 updates
  • Loading branch information
bryeng authored Mar 5, 2025
2 parents 5a6d7fa + 8e2fb48 commit 675b192
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
uses: actions/checkout@v4

- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v5.1.0 # Use this version until https://github.com/crazy-max/ghaction-github-labeler/issues/221 is fixed
uses: crazy-max/ghaction-github-labeler@v5.2.0 # Use this version until https://github.com/crazy-max/ghaction-github-labeler/issues/221 is fixed
with:
skip-delete: true
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,4 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
# No need to run SonarCloud analysis if dependabot update or token not defined
if: env.SONAR_TOKEN != '' && (github.actor != 'dependabot[bot]')
uses: SonarSource/sonarcloud-github-action@v4.0.0
uses: SonarSource/sonarcloud-github-action@v5.0.0

0 comments on commit 675b192

Please sign in to comment.