Gitweb links:

...log 
http://git.netsurf-browser.org/libparserutils.git/shortlog/0c9fe18f4a83db6ae3122dc3c3cabe150e3a4e6f
...commit 
http://git.netsurf-browser.org/libparserutils.git/commit/0c9fe18f4a83db6ae3122dc3c3cabe150e3a4e6f
...tree 
http://git.netsurf-browser.org/libparserutils.git/tree/0c9fe18f4a83db6ae3122dc3c3cabe150e3a4e6f

The branch, master has been updated
       via  0c9fe18f4a83db6ae3122dc3c3cabe150e3a4e6f (commit)
      from  ca71f576d0f8cfe7478cd48ac7808b62e84ba3c5 (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/libparserutils.git/commit/?id=0c9fe18f4a83db6ae3122dc3c3cabe150e3a4e6f
commit 0c9fe18f4a83db6ae3122dc3c3cabe150e3a4e6f
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


-- 
Lexer/parser utility functions

Reply via email to