Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/a8a015b224cf37a202e3b0e5f149d1e4585a0aca
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/a8a015b224cf37a202e3b0e5f149d1e4585a0aca
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/a8a015b224cf37a202e3b0e5f149d1e4585a0aca

The branch, master has been updated
       via  a8a015b224cf37a202e3b0e5f149d1e4585a0aca (commit)
      from  b8630492eae3b14ea3a9cd5c615767077e261f56 (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/netsurf.git/commit/?id=a8a015b224cf37a202e3b0e5f149d1e4585a0aca
commit a8a015b224cf37a202e3b0e5f149d1e4585a0aca
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 25d055d32..548b547cf 100644
--- a/.github/workflows/static-analysis.yaml
+++ b/.github/workflows/static-analysis.yaml
@@ -49,9 +49,8 @@ jobs:
           ns-make-tools install
           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 }}
 
@@ -62,4 +61,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 25d055d32..548b547cf 100644
--- a/.github/workflows/static-analysis.yaml
+++ b/.github/workflows/static-analysis.yaml
@@ -49,9 +49,8 @@ jobs:
           ns-make-tools install
           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 }}
 
@@ -62,4 +61,4 @@ jobs:
           make -j"$(nproc)"
 
     - name: Perform CodeQL Analysis
-      uses: github/codeql-action/analyze@v3
+      uses: github/codeql-action/analyze@v4


-- 
NetSurf Browser

Reply via email to