diff --git a/.github/workflows/dependabot-automerge.yml b/.github/workflows/dependabot-automerge.yml index 68b53a2..b13f5d9 100644 --- a/.github/workflows/dependabot-automerge.yml +++ b/.github/workflows/dependabot-automerge.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - + - name: Approve PR run: | gh pr review --approve "${{ github.event.pull_request.number }}" diff --git a/.github/workflows/updatedatafromlfx.yml b/.github/workflows/updatedatafromlfx.yml index d90b7a6..f3040ec 100644 --- a/.github/workflows/updatedatafromlfx.yml +++ b/.github/workflows/updatedatafromlfx.yml @@ -17,6 +17,6 @@ jobs: lfx_tac_committee_url: https://projectadmin.lfx.linuxfoundation.org/project/a094100001Cb6HaAAJ/collaboration/committees/45a1d03a-608d-48e4-9bd4-ffc94edda0b7 tac_agenda_gh_project_url: https://github.com/orgs/lf-energy/projects/2 env: - token: ${{ secrets.PAT }} + token: ${{ secrets.PAT }} repository: ${{ github.repository }} ref: ${{ github.ref }} diff --git a/Gemfile b/Gemfile index 657eaa7..c3efd79 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ ruby '3.3.11' gem "html-proofer" gem "github-pages", group: :jekyll_plugins -gem "just-the-docs", "0.12.0" +gem "just-the-docs" gem 'jekyll-toc' gem 'jekyll-redirect-from' gem "webrick", "~> 1.8" diff --git a/resources.md b/resources.md index 71eeae0..8edadd0 100644 --- a/resources.md +++ b/resources.md @@ -16,8 +16,6 @@ If you are new to open source, or have some experience in open source and lookin - [Antitrust Laws and Open Source Software Project Management and Participation (LFC105)](https://training.linuxfoundation.org/training/antitrust-laws-and-open-source-software-project-management-and-participation-lfc105/) - [Open Source Licensing Basics for Software Developers (LFC191)](https://training.linuxfoundation.org/training/open-source-licensing-basics-for-software-developers/) - Security - - [Secure Software Development: Requirements, Design, and Reuse (LFD104x)](https://training.linuxfoundation.org/training/secure-software-development-requirements-design-and-reuse-lfd104/) - - [Secure Software Development: Implementation (LFD105x)](https://training.linuxfoundation.org/training/secure-software-development-implementation-lfd105/) - [Developing Secure Software (LFD121)](https://training.linuxfoundation.org/training/developing-secure-software-lfd121/) - [Understanding the OWASP® Top 10 Security Threats (SKF100)](https://training.linuxfoundation.org/training/owasp-top-ten-security-threats-skf100/) - [OpenSSF Guide to implementing a coordinated vulnerability disclosure process for open source projects