Gitweb links:
...log
http://git.netsurf-browser.org/libwapcaplet.git/shortlog/acd18eb02c347207f56d969bc3c3fa3bc49acb0e
...commit
http://git.netsurf-browser.org/libwapcaplet.git/commit/acd18eb02c347207f56d969bc3c3fa3bc49acb0e
...tree
http://git.netsurf-browser.org/libwapcaplet.git/tree/acd18eb02c347207f56d969bc3c3fa3bc49acb0e
The branch, master has been updated
via acd18eb02c347207f56d969bc3c3fa3bc49acb0e (commit)
from 5e200deee4608ab2ed19e3e7e18647ad2e02d5d0 (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/libwapcaplet.git/commit/?id=acd18eb02c347207f56d969bc3c3fa3bc49acb0e
commit acd18eb02c347207f56d969bc3c3fa3bc49acb0e
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 7b92671..ccac195 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 7b92671..ccac195 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
--
String internment library