Skip to content

Commit

Permalink
workflow: try update actions version again
Browse files Browse the repository at this point in the history
  • Loading branch information
ctapmex committed Jan 20, 2024
1 parent b03c937 commit ba5d3a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}

Expand All @@ -54,4 +54,4 @@ jobs:
run: cmake --build . --config $BUILD_TYPE -j 2

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v2
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,6 @@ jobs:

- name: Create release
shell: bash
run: gh release create ${{ github.ref_name }} -t "Colorer ${{ github.ref_name }}" -n "New version" ./*.7z ./*.tar.gz
run: gh release create ${{ github.ref_name }} -t "Colorer ${{ github.ref_name }}" -n "New version" result/*.7z result/*.tar.gz
env:
GITHUB_TOKEN: ${{secrets.PACKAGES_GITHUB_TOKEN}}

0 comments on commit ba5d3a9

Please sign in to comment.