Skip to content

Commit

Permalink
Merge branch 'main' into jmertic-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jmertic authored Jan 8, 2025
2 parents 5c423f4 + 44c4baa commit 6947c77
Show file tree
Hide file tree
Showing 16 changed files with 352 additions and 70 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autocommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
with:
egress-policy: audit

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
with:
egress-policy: audit

Expand All @@ -50,7 +50,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
uses: github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -60,7 +60,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
uses: github/codeql-action/autobuild@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0

# ℹ️ Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
Expand All @@ -73,6 +73,6 @@ jobs:
# ./location_of_script_within_repo/buildscript.sh

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
uses: github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
with:
category: "/language:${{matrix.language}}"
4 changes: 2 additions & 2 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
with:
egress-policy: audit

- name: 'Checkout Repository'
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: 'Dependency Review'
uses: actions/dependency-review-action@4081bf99e2866ebe428fc0477b69eb4fcda7220a # v4.4.0
uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0
6 changes: 3 additions & 3 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
with:
egress-policy: audit

- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup Ruby
uses: ruby/setup-ruby@a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc # v1.202.0
uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4 # v1.207.0
with:
ruby-version: '3.2.2'
bundler-cache: true
Expand All @@ -64,7 +64,7 @@ jobs:
needs: build
steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
with:
egress-policy: audit

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
with:
egress-policy: audit

Expand Down Expand Up @@ -63,14 +63,14 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
with:
name: SARIF file
path: results.sarif
retention-days: 5

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
uses: github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
with:
sarif_file: results.sarif
2 changes: 1 addition & 1 deletion .github/workflows/updatedatafromlfx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- "labeled"
- "unlabeled"
schedule:
- cron: '0 0 * * *'
- cron: '0 13 * * *'
workflow_dispatch:
jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Academy Software Foundation Techincal Advisory Council (TAC)
# Academy Software Foundation Technical Advisory Council (TAC)

This repo contains materials, meeting materials, and process documents for the Academy Software Foundation TAC.

Expand Down
120 changes: 114 additions & 6 deletions _data/clomonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,78 @@
url: https://github.com/vfx-rs/organization
exclude:
- clomonitor
- name: arewevfxyet
url: https://github.com/vfx-rs/arewevfxyet
exclude:
- clomonitor
- name: babble
url: https://github.com/vfx-rs/babble
exclude:
- clomonitor
- name: cppmm
url: https://github.com/vfx-rs/cppmm
exclude:
- clomonitor
- name: cppmm-build
url: https://github.com/vfx-rs/cppmm-build
exclude:
- clomonitor
- name: cppmm-refptr
url: https://github.com/vfx-rs/cppmm-refptr
exclude:
- clomonitor
- name: imath-traits
url: https://github.com/vfx-rs/imath-traits
exclude:
- clomonitor
- name: meeting-minutes
url: https://github.com/vfx-rs/meeting-minutes
exclude:
- clomonitor
- name: ocio-bind
url: https://github.com/vfx-rs/ocio-bind
exclude:
- clomonitor
- name: oiio-bind
url: https://github.com/vfx-rs/oiio-bind
exclude:
- clomonitor
- name: openexr-bind
url: https://github.com/vfx-rs/openexr-bind
exclude:
- clomonitor
- name: openexr-core-rs
url: https://github.com/vfx-rs/openexr-core-rs
exclude:
- clomonitor
- name: openexr-rs
url: https://github.com/vfx-rs/openexr-rs
exclude:
- clomonitor
- name: openexr-sys
url: https://github.com/vfx-rs/openexr-sys
exclude:
- clomonitor
- name: opentimelineio-bind
url: https://github.com/vfx-rs/opentimelineio-bind
exclude:
- clomonitor
- name: ptex-bind
url: https://github.com/vfx-rs/ptex-bind
exclude:
- clomonitor
- name: rfcs
url: https://github.com/vfx-rs/rfcs
exclude:
- clomonitor
- name: template-project
url: https://github.com/vfx-rs/template-project
exclude:
- clomonitor
- name: usd-bind
url: https://github.com/vfx-rs/usd-bind
exclude:
- clomonitor
- name: aswf-continuous-integration-wg
display_name: Continuous Integration Working Group
description: "The ASWF\u2019s investment in CI build infrastructure will provide\
Expand Down Expand Up @@ -47,7 +119,7 @@
logo_url: https://artwork.aswf.io/projects/dpel/stacked/black/dpel-stacked-black.svg
logo_url_dark: https://artwork.aswf.io/projects/dpel/stacked/black/dpel-stacked-black.svg
devstats_url: null
maturity: adopted
maturity: graduated
repositories:
- name: dpel-website
url: https://github.com/AcademySoftwareFoundation/dpel-website
Expand Down Expand Up @@ -81,7 +153,7 @@
logo_url: https://artwork.aswf.io/projects/materialx/stacked/color/materialx-stacked-color.svg
logo_url_dark: https://artwork.aswf.io/projects/materialx/stacked/color/materialx-stacked-color.svg
devstats_url: null
maturity: adopted
maturity: graduated
repositories:
- name: MaterialX
url: https://github.com/materialx/MaterialX
Expand Down Expand Up @@ -164,6 +236,42 @@
url: https://github.com/OpenAssetIO/OpenAssetIO
exclude:
- clomonitor
- name: OpenAssetIO-Manager-BAL
url: https://github.com/OpenAssetIO/OpenAssetIO-Manager-BAL
exclude:
- clomonitor
- name: OpenAssetIO-MediaCreation
url: https://github.com/OpenAssetIO/OpenAssetIO-MediaCreation
exclude:
- clomonitor
- name: OpenAssetIO-Test-CMake
url: https://github.com/OpenAssetIO/OpenAssetIO-Test-CMake
exclude:
- clomonitor
- name: OpenAssetIO-TraitGen
url: https://github.com/OpenAssetIO/OpenAssetIO-TraitGen
exclude:
- clomonitor
- name: OpenAssetIO-WG
url: https://github.com/OpenAssetIO/OpenAssetIO-WG
exclude:
- clomonitor
- name: Template-OpenAssetIO-Manager-Python
url: https://github.com/OpenAssetIO/Template-OpenAssetIO-Manager-Python
exclude:
- clomonitor
- name: openassetio.github.io
url: https://github.com/OpenAssetIO/openassetio.github.io
exclude:
- clomonitor
- name: otio-openassetio
url: https://github.com/OpenAssetIO/otio-openassetio
exclude:
- clomonitor
- name: usdOpenAssetIOResolver
url: https://github.com/OpenAssetIO/usdOpenAssetIOResolver
exclude:
- clomonitor
- name: opencolorio
display_name: OpenColorIO
description: The OpenColorIO project is committed to providing an industry standard
Expand All @@ -173,7 +281,7 @@
logo_url: https://artwork.aswf.io/projects/opencolorio/stacked/color/opencolorio-stacked-color.svg
logo_url_dark: https://artwork.aswf.io/projects/opencolorio/stacked/color/opencolorio-stacked-color.svg
devstats_url: null
maturity: adopted
maturity: graduated
repositories:
- name: OpenColorIO
url: https://github.com/AcademySoftwareFoundation/OpenColorIO
Expand All @@ -193,7 +301,7 @@
logo_url: https://artwork.aswf.io/projects/opencue/stacked/black/opencue-stacked-black.svg
logo_url_dark: https://artwork.aswf.io/projects/opencue/stacked/black/opencue-stacked-black.svg
devstats_url: null
maturity: adopted
maturity: graduated
repositories:
- name: OpenCue
url: https://github.com/AcademySoftwareFoundation/OpenCue
Expand All @@ -212,7 +320,7 @@
logo_url: https://artwork.aswf.io/projects/openexr/stacked/color/openexr-stacked-color.svg
logo_url_dark: https://artwork.aswf.io/projects/openexr/stacked/color/openexr-stacked-color.svg
devstats_url: null
maturity: adopted
maturity: graduated
repositories:
- name: openexr
url: https://github.com/AcademySoftwareFoundation/openexr
Expand Down Expand Up @@ -295,7 +403,7 @@
logo_url: https://artwork.aswf.io/projects/openvdb/stacked/color/openvdb-stacked-color.svg
logo_url_dark: https://artwork.aswf.io/projects/openvdb/stacked/color/openvdb-stacked-color.svg
devstats_url: null
maturity: adopted
maturity: graduated
repositories:
- name: openvdb
url: https://github.com/AcademySoftwareFoundation/openvdb
Expand Down
24 changes: 11 additions & 13 deletions _data/meeting-agenda-items.csv
Original file line number Diff line number Diff line change
@@ -1,34 +1,32 @@
title,url,number,scheduled_date,status,last_review_date,meeting_label
New Project Proposal - SPK/SPFS,https://github.com/AcademySoftwareFoundation/tac/issues/915,915,,Next Meeting Agenda Items,,1-new-project-wg
Security Threat model analysis for ASWF projects,https://github.com/AcademySoftwareFoundation/tac/issues/615,615,,Next Meeting Agenda Items,,4-tac-meeting-short
D&I Working Group,https://github.com/AcademySoftwareFoundation/tac/issues/473,473,2025-01-08,Next Meeting Agenda Items,,2-annual-review
OpenVDB,https://github.com/AcademySoftwareFoundation/tac/issues/480,480,2025-01-08,Next Meeting Agenda Items,2024-01-10,2-annual-review
OpenTimelineIO,https://github.com/AcademySoftwareFoundation/tac/issues/477,477,2024-11-13,In Voting,2023-12-13,2-annual-review
OpenColorIO,https://github.com/AcademySoftwareFoundation/tac/issues/474,474,2025-01-22,Next Meeting Agenda Items,2023-11-01,2-annual-review
rawtoaces,https://github.com/AcademySoftwareFoundation/tac/issues/475,475,2025-01-22,Next Meeting Agenda Items,2024-01-10,2-annual-review
OpenAPV - defining 6 month milestones,https://github.com/AcademySoftwareFoundation/tac/issues/877,877,2025-01-22,Next Meeting Agenda Items,,4-tac-meeting-short
OpenTimelineIO,https://github.com/AcademySoftwareFoundation/tac/issues/477,477,2024-11-13,Future Meeting Agenda Items,2025-11-12,2-annual-review
Open Shading Language,https://github.com/AcademySoftwareFoundation/tac/issues/437,437,2025-10-29,Future Meeting Agenda Items,2024-10-30,2-annual-review
Zero Trust Working Group,https://github.com/AcademySoftwareFoundation/tac/issues/621,621,2025-10-29,Future Meeting Agenda Items,2024-10-30,2-annual-review
DPEL,https://github.com/AcademySoftwareFoundation/tac/issues/472,472,2025-09-17,Future Meeting Agenda Items,2024-09-18,2-annual-review
OpenColorIO,https://github.com/AcademySoftwareFoundation/tac/issues/474,474,2025-01-22,Future Meeting Agenda Items,2023-11-01,2-annual-review
OpenAPV,https://github.com/AcademySoftwareFoundation/tac/issues/803,803,2025-10-15,Future Meeting Agenda Items,2024-10-16,2-annual-review
OpenEXR,https://github.com/AcademySoftwareFoundation/tac/issues/483,483,2025-04-16,Future Meeting Agenda Items,2024-04-17,2-annual-review
ASWF Language Interop Project,https://github.com/AcademySoftwareFoundation/tac/issues/489,489,2025-03-19,Future Meeting Agenda Items,2024-03-20,2-annual-review
MaterialX,https://github.com/AcademySoftwareFoundation/tac/issues/486,486,2025-02-05,Future Meeting Agenda Items,2024-02-07,2-annual-review
Rez,https://github.com/AcademySoftwareFoundation/tac/issues/492,492,2025-04-02,Future Meeting Agenda Items,2024-04-17,2-annual-review
OpenCue,https://github.com/AcademySoftwareFoundation/tac/issues/495,495,2025-05-28,Future Meeting Agenda Items,2024-05-29,2-annual-review
rawtoaces,https://github.com/AcademySoftwareFoundation/tac/issues/475,475,2025-01-22,Future Meeting Agenda Items,2024-01-10,2-annual-review
OpenLensIO,https://github.com/AcademySoftwareFoundation/tac/issues/603,603,,On Hold,,1-new-project-wg
Implications of xz Backdoor,https://github.com/AcademySoftwareFoundation/tac/issues/652,652,,On Hold,,4-tac-meeting-short
Engineering Contribution Assessment,https://github.com/AcademySoftwareFoundation/tac/issues/685,685,,On Hold,,4-tac-meeting-short
COCOMO Project Anaylsis,https://github.com/AcademySoftwareFoundation/tac/issues/435,435,,On Hold,,3-tac-meeting-long
Fixing LFX Security for C/C++ Projects,https://github.com/AcademySoftwareFoundation/tac/issues/592,592,,On Hold,,4-tac-meeting-short
LFX Insights review for projects,https://github.com/AcademySoftwareFoundation/tac/issues/920,920,,On Hold,,4-tac-meeting-short
New Project Proposal - SPK/SPFS,https://github.com/AcademySoftwareFoundation/tac/issues/915,915,,On Hold,,1-new-project-wg
OpenFX,https://github.com/AcademySoftwareFoundation/tac/issues/514,514,2025-06-11,Future Meeting Agenda Items,2024-06-12,2-annual-review
CI Working Group,https://github.com/AcademySoftwareFoundation/tac/issues/511,511,2025-05-28,Future Meeting Agenda Items,2024-05-29,2-annual-review
OpenImageIO,https://github.com/AcademySoftwareFoundation/tac/issues/509,509,2025-04-30,Future Meeting Agenda Items,2024-05-01,2-annual-review
USD Working Group,https://github.com/AcademySoftwareFoundation/tac/issues/518,518,2025-04-30,Future Meeting Agenda Items,2024-05-01,2-annual-review
ASWF Language Interop WG,https://github.com/AcademySoftwareFoundation/tac/issues/704,704,2025-06-25,Future Meeting Agenda Items,2024-06-26,2-annual-review
ASWF Language Interop Project,https://github.com/AcademySoftwareFoundation/tac/issues/704,704,2025-06-25,Future Meeting Agenda Items,2024-06-26,2-annual-review
OpenAssetIO,https://github.com/AcademySoftwareFoundation/tac/issues/516,516,2025-08-20,Future Meeting Agenda Items,2024-08-14,2-annual-review
Open Review Initiative,https://github.com/AcademySoftwareFoundation/tac/issues/436,436,2025-08-20,Future Meeting Agenda Items,2024-08-21,2-annual-review
Evolving our working groups program,https://github.com/AcademySoftwareFoundation/tac/issues/798,798,,Upcoming Meeting Agenda Items,,3-tac-meeting-long
Evolving our working groups program,https://github.com/AcademySoftwareFoundation/tac/issues/798,798,,Upcoming Meeting Agenda Items,,4-tac-meeting-short
Security Threat model analysis for ASWF projects,https://github.com/AcademySoftwareFoundation/tac/issues/615,615,,Upcoming Meeting Agenda Items,,4-tac-meeting-short
OpenQMC,https://github.com/AcademySoftwareFoundation/tac/issues/434,434,,Upcoming Meeting Agenda Items,,4-tac-meeting-short
LFX Insights review for projects,https://github.com/AcademySoftwareFoundation/tac/issues/920,920,,Upcoming Meeting Agenda Items,,4-tac-meeting-short
OpenAPV - defining 6 month milestones,https://github.com/AcademySoftwareFoundation/tac/issues/877,877,2024-12-11,Upcoming Meeting Agenda Items,,4-tac-meeting-short
TAC Chair / Vice Chair for 2025,https://github.com/AcademySoftwareFoundation/tac/issues/913,913,2024-12-11,Upcoming Meeting Agenda Items,,4-tac-meeting-short
OpenVDB,https://github.com/AcademySoftwareFoundation/tac/issues/480,480,2025-01-08,Upcoming Meeting Agenda Items,2024-01-10,2-annual-review
D&I Working Group,https://github.com/AcademySoftwareFoundation/tac/issues/473,473,2025-01-08,Upcoming Meeting Agenda Items,,2-annual-review
Loading

0 comments on commit 6947c77

Please sign in to comment.