Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/actions/checkout-4
Browse files Browse the repository at this point in the history
  • Loading branch information
derskythe authored Feb 8, 2024
2 parents 2c2c276 + 62b5f57 commit 1f47335
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fetch-tags: true

- name: "✏️ Generate release changelog"
uses: heinrichreimer/github-changelog-generator-action@v2.3
uses: heinrichreimer/github-changelog-generator-action@v2.4
with:
token: ${{ secrets.FLIPPER_TOKEN }}
user: ${{ github.repository_owner }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
setup-python-dependencies: true
Expand Down Expand Up @@ -152,12 +152,12 @@ jobs:
# ./fbt
# uses: github/codeql-action/autobuild@v2
- name: Resolve CodeQL Build Env
uses: github/codeql-action/resolve-environment@v2
uses: github/codeql-action/resolve-environment@v3
with:
language: ${{ matrix.language }}

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
env:
REF_NAME: ${{ env.REF_NAME }}
CHECKOUT_PATH: ${{ env.OFW_PATH }}
Expand All @@ -174,7 +174,7 @@ jobs:
checkout_path: "${{ github.workspace }}/${{ env.CHECKOUT_PATH }}"

- name: Upload CodeQL SARIF
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
env:
REF_NAME: ${{ env.REF_NAME }}
CHECKOUT_PATH: ${{ env.OFW_PATH }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v8
- uses: actions/stale@v9
with:
days-before-stale: -1
days-before-close: -1
Expand Down

0 comments on commit 1f47335

Please sign in to comment.