lists.arthurdejong.org
RSS feed

nss-pam-ldapd branch master updated. 0.9.13-6-gb115326

[Date Prev][Date Next] [Thread Prev][Thread Next]

nss-pam-ldapd branch master updated. 0.9.13-6-gb115326



This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "nss-pam-ldapd".

The branch, master has been updated
       via  b11532661e1b0884545c9cedd71b0a4dddf6a95f (commit)
      from  d8bc6073c090990e59d8b1f9968109a9d0b1150e (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 -----------------------------------------------------------------
https://arthurdejong.org/git/nss-pam-ldapd/commit/?id=b11532661e1b0884545c9cedd71b0a4dddf6a95f

commit b11532661e1b0884545c9cedd71b0a4dddf6a95f
Author: Arthur de Jong <arthur@arthurdejong.org>
Date:   Mon Aug 10 17:07:39 2026 +0200

    Drop GitHub CodeQL action
    
    This is now configured with the default setup.

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index e0d56e3..ad18c03 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -69,49 +69,3 @@ jobs:
         run: sudo tests/testenv.sh check && sudo tests/testenv.sh check_nss 
passwd group shadow networks protocols services ethers rpc netgroup aliases
       - name: make check
         run: sudo rm -f /tmp/pynslcd_cache.sqlite; sudo make check || ( cat 
tests/test-suite.log 2> /dev/null; exit 1 )
-
-  CodeQL:
-    runs-on: ubuntu-latest
-    permissions:
-      actions: read
-      contents: read
-      security-events: write
-    steps:
-      - name: Checkout repository
-        uses: actions/checkout@v3
-      - name: Initialize CodeQL
-        uses: github/codeql-action/init@v2
-        with:
-          languages: cpp, python
-      - name: Install dependencies
-        run: sudo apt-get update && sudo apt-get -y install
-             apparmor-utils
-             docbook-xml
-             docbook2x
-             expect
-             ldap-utils
-             libkrb5-dev
-             libldap2-dev
-             libpam0g-dev
-             libsasl2-dev
-             pylint
-             python3
-             python3-daemon
-             python3-ldap
-             python3-pyasn1
-             python3-pyasn1-modules
-             python3-setproctitle
-             slapd
-             xmlto
-      - name: autogen.sh
-        run: ./autogen.sh
-      - name: configure
-        run: ./configure
-             --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc
-             --libdir=/lib/`dpkg-architecture -qDEB_HOST_MULTIARCH`
-             --with-pam-seclib-dir=/lib/`dpkg-architecture 
-qDEB_HOST_MULTIARCH`/security
-             --enable-warnings --enable-pynslcd
-      - name: make
-        run: make
-      - name: Perform CodeQL Analysis
-        uses: github/codeql-action/analyze@v2

-----------------------------------------------------------------------

Summary of changes:
 .github/workflows/test.yml | 46 ----------------------------------------------
 1 file changed, 46 deletions(-)


hooks/post-receive
-- 
nss-pam-ldapd