Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/updatedatafromlfx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 0 additions & 2 deletions resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down