Gitweb links:
...log
http://git.netsurf-browser.org/libnsgif.git/shortlog/24ddb6421c31669bc10f73308825ac9dd4e29229
...commit
http://git.netsurf-browser.org/libnsgif.git/commit/24ddb6421c31669bc10f73308825ac9dd4e29229
...tree
http://git.netsurf-browser.org/libnsgif.git/tree/24ddb6421c31669bc10f73308825ac9dd4e29229
The branch, master has been updated
via 24ddb6421c31669bc10f73308825ac9dd4e29229 (commit)
from 5f9130efcdd3a0e6f7a6549bb5dfd19398181731 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/libnsgif.git/commit/?id=24ddb6421c31669bc10f73308825ac9dd4e29229
commit 24ddb6421c31669bc10f73308825ac9dd4e29229
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>
ci: codeql: Update action version to v4
diff --git a/.github/workflows/static-analysis.yaml
b/.github/workflows/static-analysis.yaml
index bf789c4..c313437 100644
--- a/.github/workflows/static-analysis.yaml
+++ b/.github/workflows/static-analysis.yaml
@@ -45,9 +45,8 @@ jobs:
ns-clone -d -s
ns-make-libs install
- # Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
@@ -58,4 +57,4 @@ jobs:
make -j"$(nproc)"
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
-----------------------------------------------------------------------
Summary of changes:
.github/workflows/static-analysis.yaml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/static-analysis.yaml
b/.github/workflows/static-analysis.yaml
index bf789c4..c313437 100644
--- a/.github/workflows/static-analysis.yaml
+++ b/.github/workflows/static-analysis.yaml
@@ -45,9 +45,8 @@ jobs:
ns-clone -d -s
ns-make-libs install
- # Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
@@ -58,4 +57,4 @@ jobs:
make -j"$(nproc)"
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
--
NetSurf GIF Decoder