Skip to content

Commit

Permalink
Merge pull request #35 from llaumgui/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
llaumgui authored Jan 3, 2024
2 parents 5708aa6 + b0a6a0c commit f2b13e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/devops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version: [18.X, 20.X, 21.X]
steps:
- name: Git checkout
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand All @@ -38,7 +38,7 @@ jobs:
name: MarkdownLint
steps:
- name: Git checkout
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4
- name: markdownlint-cli
uses: nosborn/github-action-markdown-cli@v3.3.0
with:
Expand All @@ -58,7 +58,7 @@ jobs:
name: SonarCloud analyse
steps:
- name: Git checkout
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: SonarCloud Scan
Expand All @@ -82,7 +82,7 @@ jobs:
name: Build and package
steps:
- name: Git checkout
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4
- name: Use Node.js ${{ env.nodeLastVersion }}
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
name: Release on GitHub and NPM
steps:
- name: Git checkout
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4
- name: Set env
run: echo "RELEASE_VERSION=${GITHUB_REF:10}" >> $GITHUB_ENV
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit f2b13e3

Please sign in to comment.